package
0.0.0-20150211160725-59788d5eb259
Repository: https://github.com/golang-collections/go-datastructures.git
Documentation: pkg.go.dev

# Functions

New will construct a new X-Fast Trie with the given "size," that is the size of the universe of the trie.

# Structs

Iterator will iterate of the results of a query.
XFastTrie is a datastructure for storing integers in a known universe, where universe size is determined by the bit size of the desired keys.

# Interfaces

Entry
Entry defines items that can be inserted into the x-fast trie.

# Type aliases

Entries is a typed list of Entry interfaces.