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

Method ixorRun16

arraycontainer.go:651–653  ·  view source on GitHub ↗
(value2 *runContainer16)

Source from the content-addressed store, hash-verified

649}
650
651func (ac *arrayContainer) ixorRun16(value2 *runContainer16) container {
652 return value2.ixor(ac)
653}
654
655func (ac *arrayContainer) xorArray(value2 *arrayContainer) container {
656 value1 := ac

Callers 1

ixorMethod · 0.95

Calls 1

ixorMethod · 0.65

Tested by

no test coverage detected