Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
651
func
(ac *arrayContainer) ixorRun16(value2 *runContainer16) container {
652
return
value2.ixor(ac)
653
}
654
655
func
(ac *arrayContainer) xorArray(value2 *arrayContainer) container {
656
value1 := ac
Callers
1
ixor
Method · 0.95
Calls
1
ixor
Method · 0.65
Tested by
no test coverage detected