Function new_hash_map

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

Builds a new HashMap.