Expand description
A bimap backed by two BTreeMaps.
Structsยง
- BiBTree
Map - A bimap backed by two
BTreeMaps. - Into
Iter - An owning iterator over the left-right pairs in a
BiBTreeMap. - Iter
- An iterator over the left-right pairs in a
BiBTreeMap. - Left
Range - An iterator over a range of left-right pairs in a
BiBTreeMap. - Left
Values - An iterator over the left values in a
BiBTreeMap. - Right
Range - An iterator over a range of left-right pairs in a
BiBTreeMap. - Right
Values - An iterator over the right values in a
BiBTreeMap.