MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / ixorArray

Method ixorArray

runcontainer.go:2449–2451  ·  view source on GitHub ↗
(value2 *arrayContainer)

Source from the content-addressed store, hash-verified

2447}
2448
2449func (rc *runContainer16) ixorArray(value2 *arrayContainer) container {
2450 return rc.toBitmapContainer().ixor(value2)
2451}
2452
2453func (rc *runContainer16) ixorBitmap(value2 *bitmapContainer) container {
2454 return value2.ixor(rc)

Callers 1

ixorMethod · 0.95

Calls 2

toBitmapContainerMethod · 0.95
ixorMethod · 0.65

Tested by

no test coverage detected