pub type HashSet<K> = HashSet<K, DefaultHashBuilder>;
Expand description
Hashset using hashbrown::HashSet
Aliased Typeยง
pub struct HashSet<K> { /* private fields */ }
pub type HashSet<K> = HashSet<K, DefaultHashBuilder>;
Hashset using hashbrown::HashSet
pub struct HashSet<K> { /* private fields */ }