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 1d91ae5 commit 9695445Copy full SHA for 9695445
iter.go
@@ -52,7 +52,7 @@ func Unset(b *Bitmap, rangeStart, rangeEnd uint64) func(func(uint32) bool) {
52
}
53
54
return func(yield func(uint32) bool) {
55
- it := b.UnsetIterator(uint32(rangeStart), uint32(rangeEnd-1))
+ it := b.UnsetIteratorClosed(uint32(rangeStart), uint32(rangeEnd-1))
56
for it.HasNext() {
57
if !yield(it.Next()) {
58
return
0 commit comments