Type Alias HashSet

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

Aliased Typeยง

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