Skip to main content

map_with_capacity

Function map_with_capacity 

Source
pub fn map_with_capacity<K, V>(capacity: usize) -> RapidMap<K, V>
where K: Hash + Eq, V: Default,
Expand description

Creates a new RapidMap with the specified capacity; returning the initialized map for use.