Versions in this module Expand all Collapse all v0 v0.1.1 Jul 5, 2022 Changes in this version + type IntSet struct + func (s *IntSet) Add(x int) + func (s *IntSet) Clear() + func (s *IntSet) Copy() *IntSet + func (s *IntSet) Has(x int) bool + func (s *IntSet) Len() int + func (s *IntSet) Remove(x int) + func (s *IntSet) String() string + func (s *IntSet) Trim() + func (s *IntSet) UnionWith(t *IntSet)