MCPcopy
hub / github.com/RoaringBitmap/roaring / iremoveRange

Method iremoveRange

roaringarray.go:71–71  ·  view source on GitHub ↗
(start, final int)

Source from the content-addressed store, hash-verified

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
73 serializedSizeInBytes() int
74 writeTo(io.Writer) (int, error)

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls