Documentation ¶
Index ¶
- type Trie
- func (t *Trie) Bytes() []byte
- func (t *Trie) Clone(m, d int) *Trie
- func (t *Trie) Insert(key []byte, value uint64, merge ...bool)
- func (t *Trie) Iterate(cb func(name []byte, val uint64))
- func (dstTrie *Trie) Merge(srcTrieI merge.Merger)
- func (t *Trie) Serialize(w io.Writer) error
- func (t *Trie) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.