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

Method not

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

may change return type to minimize storage.

(start, final int)

Source from the content-addressed store, hash-verified

42 iremoveReturnMinimized(uint16) container // may change return type to minimize storage.
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

Callers 4

FlipFunction · 0.65
TestArrayContainerEtc070Function · 0.65
notCloseMethod · 0.65

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls

Tested by 2

TestArrayContainerEtc070Function · 0.52