Go BitMap

The Go Programming Language Ex(7)

Ex 6.1 Implement these additional methods: func (*IntSet) Len() int // return the number of elements func (*IntSet) Remove(x int) //remove x from the set func (*IntSet) Clear() // remove all elements from the set func (*IntSet) Copy() *IntSet // return a copy of the set