Type Alias FxHashSetRand

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