Function new_hash_map

pub fn new_hash_map<K, V>() -> HashMap<K, V>
Expand description

Builds a new HashMap.