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

Method ixorBitmap

runcontainer.go:2453–2455  ·  view source on GitHub ↗
(value2 *bitmapContainer)

Source from the content-addressed store, hash-verified

2451}
2452
2453func (rc *runContainer16) ixorBitmap(value2 *bitmapContainer) container {
2454 return value2.ixor(rc)
2455}
2456
2457func (rc *runContainer16) ixorRunContainer16(value2 *runContainer16) container {
2458 return rc.toBitmapContainer().ixor(value2.toBitmapContainer())

Callers 1

ixorMethod · 0.95

Calls 1

ixorMethod · 0.65

Tested by

no test coverage detected