Function hashmap

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

Construct a rustc_hash::FxHashMap.