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) AddAll(xs ...int) + func (s *IntSet) Elems() (elems []int) + func (s *IntSet) Len() int + func (s *IntSet) String() string