Type Alias HashMap

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

A standard library HashMap with a faster hasher.

Aliased Typeยง

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