package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev

# Functions

Compact configures the trie generator to use the given Compacter.
Gen writes Go code for a shared trie lookup structure to w for the given Tries.
NewTrie returns a new trie root.

# Structs

A Trie represents a single root node of a trie.

# Interfaces

A Compacter generates an alternative, more space-efficient way to store a trie value block.

# Type aliases

An Option can be passed to Gen.