Skip to content

Map[K: (Hashable val & Equatable[K]), V: Any #share]

[Source]

A map that uses structural equality on the key.

type Map[K: (Hashable val & Equatable[K]), V: Any #share] is
  HashMap[K, V, HashEq[K] val] val

Type Alias For