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

Aliased Type§

struct HashSet<K> {
    base: HashSet<K, RandomState>,
}

Fields§

§base: HashSet<K, RandomState>