package
0.14.2
Repository: https://github.com/go-corelibs/x-text.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.