Expand description
A trie that maps sequence of Label
s to a Value
.
Structsยง
- Trie
- A trie for sequences of the type
Label
; each sequence has an associatedValue
. - Trie
Builder - A trie builder for Trie.
A trie that maps sequence of Label
s to a Value
.
Label
; each sequence has an associated Value
.