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

Method iadd

roaringarray.go:36–36  ·  view source on GitHub ↗
(x uint16)

Source from the content-addressed store, hash-verified

34 getCardinalityInRange(start, end uint) int
35
36 iadd(x uint16) bool // inplace, returns true if x was new.
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)

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls