bits-and-blooms/bitset

BitSet.Shrink(63) wipe out the last word

chain710 opened this issue · 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.