Function hash_map_with_capacity

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

Builds a new HashMap with the given capacity.