HashMap

Type Alias HashMap 

Source
pub type HashMap<K, V, Hasher = BuildHasherDefault<FnvHasher>> = HashMap<K, V, Hasher>;
Expand description

std::collections::HashMap that defaults to a deterministic hasher.

Aliased Typeยง

pub struct HashMap<K, V, Hasher = BuildHasherDefault<FnvHasher>> { /* private fields */ }