Versions in this module Expand all Collapse all v3 v3.0.0 Jan 29, 2019 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) Other modules containing this package gopkg.in/alecthomas/gometalinter.v1 gopkg.in/alecthomas/gometalinter.v2 gopkg.in/alecthomas/gometalinter.v3-unstable