This is a map that uses identity comparison on the key.
type MapIs[K: K, V: V] is HashMap[K, V, HashIs[K] val] ref