bitset icon indicating copy to clipboard operation
bitset copied to clipboard

BitSet data structure in golang

Results 1 bitset issues
Sort by recently updated
recently updated
newest added

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}