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

Method ixorBitmap

arraycontainer.go:647–649  ·  view source on GitHub ↗
(value2 *bitmapContainer)

Source from the content-addressed store, hash-verified

645}
646
647func (ac *arrayContainer) ixorBitmap(value2 *bitmapContainer) container {
648 return value2.ixor(ac)
649}
650
651func (ac *arrayContainer) ixorRun16(value2 *runContainer16) container {
652 return value2.ixor(ac)

Callers 1

ixorMethod · 0.95

Calls 1

ixorMethod · 0.65

Tested by

no test coverage detected