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

Method andNotRun16

arraycontainer.go:695–699  ·  view source on GitHub ↗
(rc *runContainer16)

Source from the content-addressed store, hash-verified

693}
694
695func (ac *arrayContainer) andNotRun16(rc *runContainer16) container {
696 acb := ac.toBitmapContainer()
697 rcb := rc.toBitmapContainer()
698 return acb.andNotBitmap(rcb)
699}
700
701func (ac *arrayContainer) iandNot(a container) container {
702 switch x := a.(type) {

Callers 1

andNotMethod · 0.95

Calls 2

toBitmapContainerMethod · 0.95
andNotBitmapMethod · 0.45

Tested by

no test coverage detected