Function flashmap::new

source · []
pub fn new<K, V>() -> (WriteHandle<K, V>, ReadHandle<K, V>) where
    K: TrustedHashEq
Expand description

Creates a new map with a RandomState hasher.

If you wish to specify additional parameters, see with_capacity, with_hasher, and Builder.