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

Method ixor

roaringarray.go:47–47  ·  view source on GitHub ↗
(r container)

Source from the content-addressed store, hash-verified

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
50 iterate(cb func(x uint16) bool) bool

Callers 6

XorMethod · 0.65
ixorBitmapMethod · 0.65
ixorRun16Method · 0.65
ixorArrayMethod · 0.65
ixorBitmapMethod · 0.65
ixorRunContainer16Method · 0.65

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls

Tested by

no test coverage detected