package
1.0.33
Repository: https://github.com/ncodes/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.