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