package
0.5.0
Repository: https://github.com/shenwei356/lexicmap.git
Documentation: pkg.go.dev

# 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.