Module btree

Source
Expand description

A bimap backed by two BTreeMaps.

Structsยง

BiBTreeMap
A bimap backed by two BTreeMaps.
IntoIter
An owning iterator over the left-right pairs in a BiBTreeMap.
Iter
An iterator over the left-right pairs in a BiBTreeMap.
LeftRange
An iterator over a range of left-right pairs in a BiBTreeMap.
LeftValues
An iterator over the left values in a BiBTreeMap.
RightRange
An iterator over a range of left-right pairs in a BiBTreeMap.
RightValues
An iterator over the right values in a BiBTreeMap.