RandomSet

Type Alias RandomSet 

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