MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / not

Method not

bitmapcontainer.go:455–458  ·  view source on GitHub ↗

flip all values in range [firstOfRange,endx)

(firstOfRange, endx int)

Source from the content-addressed store, hash-verified

453
454// flip all values in range [firstOfRange,endx)
455func (bc *bitmapContainer) not(firstOfRange, endx int) container {
456 answer := bc.clone()
457 return answer.inot(firstOfRange, endx)
458}
459
460func (bc *bitmapContainer) or(a container) container {
461 switch x := a.(type) {

Callers

nothing calls this directly

Calls 2

cloneMethod · 0.95
inotMethod · 0.65

Tested by

no test coverage detected