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

Method andNot

roaringarray.go:23–23  ·  view source on GitHub ↗

i stands for inplace

(container)

Source from the content-addressed store, hash-verified

21 andCardinality(container) int
22 iand(container) container // i stands for inplace
23 andNot(container) container
24 iandNot(container) container // i stands for inplace
25 isEmpty() bool
26 getCardinality() int

Callers 4

AndNotFunction · 0.65
TestRle16RandomAndNot016Function · 0.65
testContainerPanicsFunction · 0.65

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls

Tested by 3

TestRle16RandomAndNot016Function · 0.52
testContainerPanicsFunction · 0.52