Expand description
A bimap backed by two HashMap
s.
Structs§
- A bimap backed by two
HashMap
s. - 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
.