Module prefix_set

Source
Expand description

The implementation of a container for storing intermediate changes to a trie. The container indicates when the trie has been modified.

Structs§

PrefixSet
A sorted prefix set that has an immutable sorted list of unique keys.
PrefixSetMut
A container for efficiently storing and checking for the presence of key prefixes.
TriePrefixSets
Collection of trie prefix sets.
TriePrefixSetsMut
Collection of mutable prefix sets.