Expand description
Various collections.
Modules§
- Re-export for convenience. A hash map implemented with quadratic probing and SIMD lookup.
Type Aliases§
- Used for
FxHashMap
andFxHashSet
. - Faster
HashMap
which usesFxHasher
. - Faster
HashSet
which usesFxHasher
.