Versions in this module Expand all Collapse all v1 v1.1.2 Aug 19, 2022 v1.1.1 Aug 19, 2022 Changes in this version + type Set struct + func New(capacity uint64, equals g.EqualsFn[K], hash g.HashFn[K]) *Set[K] + func (s *Set[K]) Copy() *Set[K] + func (s *Set[K]) Each(fn func(key K)) + func (s *Set[K]) Has(val K) bool + func (s *Set[K]) Put(val K) + func (s *Set[K]) Remove(val K) + func (s *Set[K]) Size() int