Module map

Source

Enums§

Entry
A view into a single entry in a map, which may either be vacant or occupied.

Traits§

HashCollectionExt
ValidAsIdentityHash
Types which are safe to use with NoHashHasher.

Type Aliases§

DefaultHashBuilder
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 a u64 without truncation.
IntSet
A version of HashSet<K> using the identity hash function, which is valid for any key type that can be converted to a u64 without truncation.