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

Method andNotRun16

bitmapcontainer.go:967–970  ·  view source on GitHub ↗
(rc *runContainer16)

Source from the content-addressed store, hash-verified

965}
966
967func (bc *bitmapContainer) andNotRun16(rc *runContainer16) container {
968 rcb := rc.toBitmapContainer()
969 return bc.andNotBitmap(rcb)
970}
971
972func (bc *bitmapContainer) iandNot(a container) container {
973 switch x := a.(type) {

Callers 1

andNotMethod · 0.95

Calls 2

andNotBitmapMethod · 0.95
toBitmapContainerMethod · 0.45

Tested by

no test coverage detected