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