Expand description
The implementation of a container for storing intermediate changes to a trie. The container indicates when the trie has been modified.
Structs§
- Prefix
Set - A sorted prefix set that has an immutable sorted list of unique keys.
- Prefix
SetMut - A container for efficiently storing and checking for the presence of key prefixes.
- Trie
Prefix Sets - Collection of trie prefix sets.
- Trie
Prefix Sets Mut - Collection of mutable prefix sets.