Expand description
Hash map and set types with the environment’s default hasher.
Modules§
- hash_
map - A hash map implemented with quadratic probing and SIMD lookup.
- hash_
set - A hash set implemented as a
HashMapwhere the value is().
Structs§
- Default
Hash Builder - The default hasher used by the environment’s hash collections.
Default hash builder for the
Stype parameter ofHashMapandHashSet.