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

Method ixorArray

bitmapcontainer.go:930–933  ·  view source on GitHub ↗
(value2 *arrayContainer)

Source from the content-addressed store, hash-verified

928}
929
930func (bc *bitmapContainer) ixorArray(value2 *arrayContainer) container {
931 vbc := value2.toBitmapContainer()
932 return bc.ixorBitmap(vbc)
933}
934
935func (bc *bitmapContainer) ixorRun16(value2 *runContainer16) container {
936 rcb := value2.toBitmapContainer()

Callers 1

ixorMethod · 0.95

Calls 2

ixorBitmapMethod · 0.95
toBitmapContainerMethod · 0.45

Tested by

no test coverage detected