HashMap

Type Alias HashMap 

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

A type alias for std::collections::HashMap that hashes its keys using CityHasher.

Aliased Typeยง

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