Module sorted_collections::sortedmap [] [src]

A trait extending ordered maps, along with associated impls and iterators.

Structs

BTreeMapRangeRemove

A double-ended by-value iterator for removing pairs from a BTreeMap.

Traits

SortedMapExt

An extension trait for a Map whose keys have a defined total ordering. This trait defines convenience methods which take advantage of the map's ordering.