blart

Module map

Source
Expand description

Module containing implementations of the TreeMap and associated iterators/etc.

Structs§

  • An iterator over all the LeafNodes within a specific edit distance
  • An iterator over all the LeafNodes within a specific edit distance
  • An owning iterator over the entries of a TreeMap.
  • An owning iterator over the keys of a TreeMap.
  • An owning iterator over the values of a TreeMap.
  • An iterator over all the LeafNodes
  • An iterator over all the LeafNodes
  • An iterator over all the LeafNodes
  • A view into an occupied entry in a TreeMap. It is part of the Entry enum.
  • An iterator over a range of entries that all have the same key prefix in a TreeMap.
  • A mutable iterator over a range of entries that all have the same key prefix in a TreeMap.
  • An iterator over a sub-range of entries in a TreeMap.
  • A mutable iterator over a sub-range of entries in a TreeMap.
  • An ordered map based on an adaptive radix tree.
  • A view into a vacant entry in a TreeMap. It is part of the Entry enum.
  • An iterator over all the LeafNodes
  • An iterator over all the LeafNodes

Enums§

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

Constants§

  • This is the default number of bytes that are used in each inner node for storing key prefixes.