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