We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a45f0 commit 8f1c722Copy full SHA for 8f1c722
bitarray/bitarray.go
@@ -171,7 +171,7 @@ func getSetBitsInBlocks(
171
return results[:resultSize]
172
}
173
174
- // Example of this expression:
+ // Clear the bit we just added to the result, which is the last bit set in the block. Ex.:
175
// block 01001100
176
// ^block 10110011
177
// (^block) + 1 10110100
0 commit comments