Skip to content

MapIs[K: Any #share, V: Any #share]

[Source]

A map that uses identity comparison on the key.

type MapIs[K: Any #share, V: Any #share] is
  HashMap[K, V, HashIs[K] val] val

Type Alias For