pub type HashMap<K, V> = HashMap<K, V, RandomState>;
pub struct HashMap<K, V> { /* private fields */ }