HashSet

Type Alias HashSet 

Source
pub type HashSet<K> = HashMap<K, ()>;

Aliased Typeยง

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