Type Alias FxHashMap

Source
pub(super) type FxHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;
🔬This is a nightly-only experimental API. (proc_macro_internals #27812)
Expand description

Type alias for a hashmap using the fx hash algorithm.

Aliased Type§

struct FxHashMap<K, V> { /* private fields */ }