Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Regex ¶ added in v0.1.6
type Regex struct { Pattern string // contains filtered or unexported fields }
type Trie ¶
type Trie[T any] struct { deadlock.RWMutex // contains filtered or unexported fields }
func (*Trie[T]) Get ¶
Get attempts to retrieve the leaf referred to by `sequence`. Any steps traversed using regex matches will be returned in `re` in the order in which they appeared in the sequence.
func (*Trie[T]) Leaves ¶
Leaves gets all of the leaves accessible from this Trie and the path to each leaf. Regex paths are represented as "re:[pattern]".
Click to show internal directories.
Click to hide internal directories.