pub type RandomSet<K> = HashSet<K, RandomState>;Expand description
A HashSet which uses fastrand::Rng for its random state.
Aliased Typeยง
pub struct RandomSet<K> { /* private fields */ }pub type RandomSet<K> = HashSet<K, RandomState>;A HashSet which uses fastrand::Rng for its random state.
pub struct RandomSet<K> { /* private fields */ }