package
0.0.0-20240927105425-f6cbe64b58da
Repository: https://github.com/gxde-os/golang-gxde-dev.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.