MCPcopy
hub / github.com/RoaringBitmap/roaring / xor

Method xor

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

i stands for inplace, range is [firstOfRange,endx)

(r container)

Source from the content-addressed store, hash-verified

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
49 getUnsetIterator() shortPeekable

Callers 4

XorFunction · 0.65
testContainerPanicsFunction · 0.65
xorMethod · 0.65

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls

Tested by 2

testContainerPanicsFunction · 0.52