Function term_rustdoc::util::hashmap
source · pub fn hashmap<K, V>(cap: usize) -> HashMap<K, V>
Expand description
Construct a rustc_hash::FxHashMap
.
pub fn hashmap<K, V>(cap: usize) -> HashMap<K, V>
Construct a rustc_hash::FxHashMap
.