Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Trie ¶
type Trie struct {
// contains filtered or unexported fields
}
* This trie structure is only threadsafe if the root node is queried (due to golang not having and easy re-entrant lock for me to just use) *
func (*Trie) PrefixMatch ¶
Click to show internal directories.
Click to hide internal directories.