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