Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
Node trie tree node container carries value and children.
type Trie ¶
type Trie struct {
// contains filtered or unexported fields
}
Trie is a trie container.
func (*Trie) MatchPrefix ¶
MatchPrefix - prefix match.
Click to show internal directories.
Click to hide internal directories.