Expand description
Module containing implementations of the TreeMap
and associated
iterators/etc.
Structs§
- An iterator over all the
LeafNode
s within a specific edit distance - An iterator over all the
LeafNode
s 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
LeafNode
s - An iterator over all the
LeafNode
s - An iterator over all the
LeafNode
s - 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.
- An iterator over all the
LeafNode
s - An iterator over all the
LeafNode
s
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.