Versions in this module Expand all Collapse all v0 v0.3.2 Nov 9, 2018 Changes in this version + func Gen(w io.Writer, name string, tries []*Trie, opts ...Option) (sz int, err error) + type Compacter interface + Handler func() string + Print func(w io.Writer) error + Size func(v []uint64) (sz int, ok bool) + Store func(v []uint64) uint32 + type Option func(b *builder) error + func Compact(c Compacter) Option + type Trie struct + func NewTrie(name string) *Trie + func (t *Trie) Gen(w io.Writer, opts ...Option) (sz int, err error) + func (t *Trie) Insert(r rune, value uint64)