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

Method iremoveReturnMinimized

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

inplace, returns true if x was present.

(uint16)

Source from the content-addressed store, hash-verified

40
41 iremove(x uint16) bool // inplace, returns true if x was present.
42 iremoveReturnMinimized(uint16) container // may change return type to minimize storage.
43
44 not(start, final int) container // range is [firstOfRange,lastOfRange)
45 inot(firstOfRange, endx int) container // i stands for inplace, range is [firstOfRange,endx)

Callers 3

RemoveMethod · 0.65
CheckedRemoveMethod · 0.65

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls

Tested by 1