pub type FxHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;Expand description
A hash map using FxHasher for fast hashing.
Aliased Type§
pub struct FxHashMap<K, V> { /* private fields */ }pub type FxHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;A hash map using FxHasher for fast hashing.
pub struct FxHashMap<K, V> { /* private fields */ }