Function dash_map

Source
pub fn dash_map<K, V>() -> DashMap<K, V, BuildHasherDefault<Hasher>>
where K: Eq + Hash,