Type Definition polystore::FxHashMap[][src]

type FxHashMap<K> = HashMap<K, BuildHasherDefault<FxHasher>>;
This is supported on crate feature fxhash only.
Expand description

Polymorphic hash map using fxhash hasher