Module bimap::btree

source ·
Expand description

A bimap backed by two BTreeMaps.

Structs

  • A bimap backed by two BTreeMaps.
  • An owning iterator over the left-right pairs in a BiBTreeMap.
  • An iterator over the left-right pairs in a BiBTreeMap.
  • An iterator over a range of left-right pairs in a BiBTreeMap.
  • An iterator over the left values in a BiBTreeMap.
  • An iterator over a range of left-right pairs in a BiBTreeMap.
  • An iterator over the right values in a BiBTreeMap.