Ints represents a set of integers within the range of 0..math.MaxUint64.
type Ints struct {
// contains filtered or unexported fields
}
func (bs *Ints) Clear(n uint64)
func (bs *Ints) Has(n uint64) bool
func (bs *Ints) Len() int
func (bs *Ints) Set(n uint64)