Versions in this module Expand all Collapse all v1 v1.1.0 Dec 20, 2018 v1.0.0 Jun 17, 2015 Changes in this version + type Set struct + func NewSet(max uint32) *Set + func (s *Set) Add(x uint32) + func (s *Set) Dense() []uint32 + func (s *Set) Has(x uint32) bool + func (s *Set) Init(max uint32) + func (s *Set) Len() int + func (s *Set) Reset()