Expand description
This module contains types and functions relating to iterating over a
range of the TreeMap
.
Macrosยง
- implement_
range_ ๐iter
Structsยง
- Inner
Node ๐Search Result - This struct contains details of where and why the search stopped in an inner node.
- Range
- An iterator over a sub-range of entries in a
TreeMap
. - Range
Mut - A mutable iterator over a sub-range of entries in a
TreeMap
.
Enumsยง
- Inner
Node ๐Search Result Reason - These are search termination reasons specific to inner nodes.
- Terminating
Node ๐Search Result - This enum provides the different cases of search result when looking for a starting/ending point for iteration.
Functionsยง
- find_
leaf_ ๐ โpointer_ for_ bound - This function searches a trie for the smallest/largest leaf node that is greater/less than the given bound.
- find_
terminating_ ๐ โnode - Find the node (inner or leaf) that is identified by the given bytestring.