Type Alias HashMap

pub type HashMap<K, V> = HashMap<K, V>;

Aliased Typeยง

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