pub type HashSet<K> = HashSet<K, RandomState>;
Expand description
Type alias for HashSet<K, ahash::RandomState>
Aliased Typeยง
pub struct HashSet<K> { /* private fields */ }
pub type HashSet<K> = HashSet<K, RandomState>;
Type alias for HashSet<K, ahash::RandomState>
pub struct HashSet<K> { /* private fields */ }