pub exec fn ex_hash_map_new<Key, Value>() -> HashMap<Key, Value, RandomState>
Expand description
ensures
m@ == Map::<Key, Value>::empty(),