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

Method ixorArray

arraycontainer.go:643–645  ·  view source on GitHub ↗
(value2 *arrayContainer)

Source from the content-addressed store, hash-verified

641}
642
643func (ac *arrayContainer) ixorArray(value2 *arrayContainer) container {
644 return ac.xorArray(value2)
645}
646
647func (ac *arrayContainer) ixorBitmap(value2 *bitmapContainer) container {
648 return value2.ixor(ac)

Callers 1

ixorMethod · 0.95

Calls 1

xorArrayMethod · 0.95

Tested by

no test coverage detected