Setting bits is very verbose, I propose some shortcuts like for example: c.Set(1, 2, 4, 6) or c.SetMultiple(1,2,4,6) and c := &bitset.BitSet{1,2,6,6}