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