Expand description
A bimap backed by two HashMaps.
Structsยง
- BiHash
Map - A bimap backed by two
HashMaps. - Into
Iter - An owning iterator over the left-right pairs in a
BiHashMap. - Iter
- An iterator over the left-right pairs in a
BiHashMap. - Left
Values - An iterator over the left values in a
BiHashMap. - Right
Values - An iterator over the right values in a
BiHashMap.