# Functions
New creates a tenary search tree, which is a trie tree.
NewWithBytes behaves like New, but receive ...[]byte.
# Constants
No description provided by the author
# Structs
TernarySearchTree represents a Ternary Search Tree.
# Interfaces
No description provided by the author
# Type aliases
The HandlerFunc type is an adapter to allow the use of ordinary functions as traversal handlers.