Module tree_map

Source

Structs§

Iter
An iterator over elements of a TreeMap, in sorted order.
IterMut
A mutable iterator over elements of a TreeMap, in sorted order.
Keys
An iterator over the keys of a TreeMap, in sorted order.
Range
An iterator over a range of elements of a TreeMap, in sorted order.
RangeMut
A mutable iterator over a range of elements of a TreeMap, in sorted order.
TreeMap
TreeMap based on AVL-tree
Values
An iterator over the values of a TreeMap, in order by key.
ValuesMut
A mutable iterator over values of a TreeMap, in order by key.

Enums§

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