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

Method iaddRange

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

may change return type to minimize storage.

(start, endx int)

Source from the content-addressed store, hash-verified

37 iaddReturnMinimized(uint16) container // may change return type to minimize storage.
38
39 iaddRange(start, endx int) container // i stands for inplace, range is [firstOfRange,endx)
40
41 iremove(x uint16) bool // inplace, returns true if x was present.
42 iremoveReturnMinimized(uint16) container // may change return type to minimize storage.

Callers 15

iorRun16Method · 0.95
AddRangeMethod · 0.65
TestNextValueRunFunction · 0.65
TestPreviousValueRunFunction · 0.65
TestNextAbsentValueRunFunction · 0.65
TestPreviousNextsFunction · 0.65

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls