pub type HashMap<K, V> = IntMap<K, V>;
HashMap for Int Types using more performant hashing algorithm
pub struct HashMap<K, V> { /* private fields */ }