HashSet

Type Alias HashSet 

Source
pub type HashSet<K> = HashSet<K, FixedState>;
Expand description

Hashset using hashbrown::HashSet

Aliased Typeยง

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