Structs§
- BiMulti
Map - HashMap
- A hash map implemented with quadratic probing and SIMD lookup.
- HashSet
- A hash set implemented as a
HashMapwhere the value is().
Enums§
- Entry
- A view into a single entry in a map, which may either be vacant or occupied.