pub type HashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;
Expand description
Type alias for a hashmap using the fx
hash algorithm.
Aliased Typeยง
struct HashMap<K, V> { /* private fields */ }
pub type HashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;
Type alias for a hashmap using the fx
hash algorithm.
struct HashMap<K, V> { /* private fields */ }