Type Alias FastHashSet

Source
pub type FastHashSet<K> = HashSet<K, RandomState>;

Aliased Typeยง

pub struct FastHashSet<K> { /* private fields */ }