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

# Functions

New constructs, initializes, and returns a new y-fast trie.

# Structs

Iterator will iterate of the results of a query.
YFastTrie implements all the methods available to the y-fast trie datastructure.

# Interfaces

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

# Type aliases

Entries is a typed list of Entry.