Module full_map

Source
Expand description

FullMap of bit string prefixes

Structs§

FullMap
Map bit string prefixes to values
IterMap
Iterate over all prefixes and their values
IterMutMap
Iterate over all (aggregated) prefixes and their mutable values
IterPath
Iterate over all prefixes and their values on the path to a key
IterPathMut
Iterate over all prefixes and their values on the path to a key
OccupiedEntry
A view into an occupied entry in a FullMap. It is part of the Entry enum.
VacantEntry
A view into a vacant entry in a FullMap. It is part of the Entry enum.

Enums§

Entry
A view into a single entry in a map, which may either be vacant or occupied.