Crate bimultimap

Crate bimultimap 

Source

Structs§

BiMultiMap
HashMap
A hash map implemented with quadratic probing and SIMD lookup.
HashSet
A hash set implemented as a HashMap where the value is ().

Enums§

Entry
A view into a single entry in a map, which may either be vacant or occupied.

Type Aliases§

Rc