Module bimap::hash

source ·
Expand description

A bimap backed by two HashMaps.

Structs

  • A bimap backed by two HashMaps.
  • An owning iterator over the left-right pairs in a BiHashMap.
  • An iterator over the left-right pairs in a BiHashMap.
  • An iterator over the left values in a BiHashMap.
  • An iterator over the right values in a BiHashMap.