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

Method lazyIOR

roaringarray.go:69–69  ·  view source on GitHub ↗
(r container)

Source from the content-addressed store, hash-verified

67 intersects(r container) bool // whether the two containers intersect
68 lazyOR(r container) container
69 lazyIOR(r container) container
70 getSizeInBytes() int
71 iremoveRange(start, final int) container // i stands for inplace, range is [firstOfRange,lastOfRange)
72 selectInt(x uint16) int // selectInt returns the xth integer in the container

Callers 5

lazyORMethod · 0.65
testContainerPanicsFunction · 0.65
ParHeapOrFunction · 0.65
lazyIOrOnRangeFunction · 0.65

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls

Tested by 2

testContainerPanicsFunction · 0.52