Type Alias FxHashMapRand

Source
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 */ }