# Functions
KmerPrefix returns the first n bases.
NewTree implements a radix tree for k-mer extractly or prefix querying.
RecycleTree recycles the tree object.
# Structs
SearchResult records information of a search result.
Tree is a radix tree for storing bit-packed k-mer information.
# Type aliases
WalkFn is used for walking the tree.