pub fn new<K, V>() -> (WriteHandle<K, V>, ReadHandle<K, V>) where
K: Eq + Hash, Expand description
Creates a new map with a RandomState hasher.
If you wish to specify additional parameters, see with_capacity,
with_hasher, and Builder.
pub fn new<K, V>() -> (WriteHandle<K, V>, ReadHandle<K, V>) where
K: Eq + Hash, Creates a new map with a RandomState hasher.
If you wish to specify additional parameters, see with_capacity,
with_hasher, and Builder.