Documentation
¶
Index ¶
- func HasPrefixSequence_Comparables[T comparable](s1, s2 []T) bool
- func HasPrefixSequence_Fibers[T IFiber](s1, s2 []T) bool
- func HasSubSequence_Comparables[T comparable](s1, s2 []T) bool
- func HasSubSequence_Fibers[T IFiber](s1, s2 []T) bool
- type FMTTF
- type FMTTF_Node
- type FMTTV
- type FMTTV_Node
- type IFiber
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasPrefixSequence_Comparables ¶
func HasPrefixSequence_Comparables[T comparable](s1, s2 []T) bool
func HasSubSequence_Comparables ¶
func HasSubSequence_Comparables[T comparable](s1, s2 []T) bool
func HasSubSequence_Fibers ¶
Types ¶
type FMTTF ¶ added in v1.73.0
type FMTTF[Tv any, Tk1 comparable] map[Tk1]FMTTF_Node[Tv, Tk1]
Fast-Match Table Tree
type FMTTF_Node ¶ added in v1.73.0
type FMTTF_Node[Tv any, Tk1 comparable] struct { F func(kk []Tk1) Tv FmttfNested FMTTF[Tv, Tk1] }
Fast-Match Table Tree Node
type FMTTV ¶ added in v1.73.0
type FMTTV[Tv any, Tk1 comparable] map[Tk1]FMTTV_Node[Tv, Tk1]
Fast-Match Table Tree
type FMTTV_Node ¶ added in v1.73.0
type FMTTV_Node[Tv any, Tk1 comparable] struct { UseV bool V Tv FmttvNested FMTTV[Tv, Tk1] }
Fast-Match Table Tree Node
Click to show internal directories.
Click to hide internal directories.