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

Method inot

roaringarray.go:45–45  ·  view source on GitHub ↗

range is [firstOfRange,lastOfRange)

(firstOfRange, endx int)

Source from the content-addressed store, hash-verified

43
44 not(start, final int) container // range is [firstOfRange,lastOfRange)
45 inot(firstOfRange, endx int) container // i stands for inplace, range is [firstOfRange,endx)
46 xor(r container) container
47 ixor(r container) container // i stands for inplace
48 getShortIterator() shortPeekable

Callers 5

FlipMethod · 0.65
notMethod · 0.65
TestRoaringContainerFunction · 0.65
TestArrayContainerEtc070Function · 0.65
inotCloseMethod · 0.65

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls

Tested by 2

TestRoaringContainerFunction · 0.52
TestArrayContainerEtc070Function · 0.52