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 defines a node in a trie.
type Trie ¶
type Trie struct {
// contains filtered or unexported fields
}
Trie defines a search tree based on runes.
func (*Trie) Autocomplete ¶
Autocomplete returns all the matching values of the prefix.
Click to show internal directories.
Click to hide internal directories.