collections Set - tadashi9e/gmp4pony GitHub Wiki

Set[A: (Hashable #read & Equatable[A] #read)]

[Source]

type Set[A: (Hashable #read & Equatable[A] #read)] is
  HashSet[A, HashEq[A] val] ref

Type Alias For


⚠️ **GitHub.com Fallback** ⚠️