pub type FxHashMap<K> = HashMap<K, BuildHasherDefault<FxHasher>>;Available on crate feature
fxhash only.Expand description
Polymorphic hash map using fxhash hasher
Aliased Typeยง
pub struct FxHashMap<K>(/* private fields */);pub type FxHashMap<K> = HashMap<K, BuildHasherDefault<FxHasher>>;fxhash only.Polymorphic hash map using fxhash hasher
pub struct FxHashMap<K>(/* private fields */);