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