Versions in this module Expand all Collapse all v1 v1.2.1 Mar 21, 2017 v1.2.0 Mar 21, 2017 Changes in this version + const MaxInt + const MinInt + type Sparse struct + func (s *Sparse) AppendTo(slice []int) []int + func (s *Sparse) BitString() string + func (s *Sparse) Clear() + func (s *Sparse) Copy(x *Sparse) + func (s *Sparse) Difference(x, y *Sparse) + func (s *Sparse) DifferenceWith(x *Sparse) + func (s *Sparse) Equals(t *Sparse) bool + func (s *Sparse) GoString() string + func (s *Sparse) Has(x int) bool + func (s *Sparse) Insert(x int) bool + func (s *Sparse) Intersection(x, y *Sparse) + func (s *Sparse) IntersectionWith(x *Sparse) + func (s *Sparse) Intersects(x *Sparse) bool + func (s *Sparse) IsEmpty() bool + func (s *Sparse) Len() int + func (s *Sparse) Max() int + func (s *Sparse) Min() int + func (s *Sparse) Remove(x int) bool + func (s *Sparse) String() string + func (s *Sparse) SubsetOf(x *Sparse) bool + func (s *Sparse) SymmetricDifference(x, y *Sparse) + func (s *Sparse) SymmetricDifferenceWith(x *Sparse) + func (s *Sparse) TakeMin(p *int) bool + func (s *Sparse) Union(x, y *Sparse) + func (s *Sparse) UnionWith(x *Sparse) bool