pub fn hash_set_with_capacity<K>(n: usize) -> HashSet<K>
Expand description

Creates an empty set with given capacity and default Hasher