pub fn hash_map_with_capacity<K, V>(n: usize) -> HashMap<K, V>
Expand description

Creates an empty map with given capacity and default Hasher