Module hash

Source
Expand description

A bimap backed by two HashMaps.

Structsยง

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