Skip to main content

FastMap

Type Alias FastMap 

Source
pub type FastMap<K, V> = HashMap<K, V, BuildFastHasher>;
Expand description

Aliased Type§

pub struct FastMap<K, V> { /* private fields */ }

Trait Implementations§

Source§

impl<K, V> FastCollectionBuilder for FastMap<K, V>

Source§

fn new() -> Self

Creates an empty collection.
Source§

fn with_capacity(capacity: usize) -> Self

Creates an empty collection with at least the specified capacity.