Modules§
Traits§
- Equivalent
- Key equivalence trait.
- Hash
Collection Ext - Valid
AsIdentity Hash - Types which are safe to use with
NoHashHasher.
Type Aliases§
- Default
Hash Builder - HashMap
- HashSet
- IntMap
- A version of
HashMap<K, V>using the identity hash function, which is valid for any key type that can be converted to au64without truncation. - IntSet
- A version of
HashSet<K>using the identity hash function, which is valid for any key type that can be converted to au64without truncation.