bitstring_trees

Module full_map

source
Expand description

FullMap of bit string prefixes

Structs§

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

Enums§

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