chain710 opened this issue 3 years ago · 1 comments
bs := bitset.New(10) bs.Set(0) bs.Shrink(63) // wipe out the the last word, make bs.set[0] == 0
Yep. Fixed in the latest commit. I will issue a release.