Type Alias HashSet

pub type HashSet<K> = HashSet<K>;

Aliased Typeยง

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