Type Alias HashSet

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

Aliased Typeยง

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