Enums§
- Entry
- A view into a single entry in a map, which may either be vacant or occupied.
Traits§
- 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.