pub fn hashmap<K, V>(cap: usize) -> HashMap<K, V>
Construct a rustc_hash::FxHashMap.
rustc_hash::FxHashMap