Versions in this module Expand all Collapse all v0 v0.2.0 Feb 2, 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()