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

Function FlipInt

roaring.go:2395–2397  ·  view source on GitHub ↗

FlipInt calls Flip after casting the parameters (convenience method)

(bm *Bitmap, rangeStart, rangeEnd int)

Source from the content-addressed store, hash-verified

2393
2394// FlipInt calls Flip after casting the parameters (convenience method)
2395func FlipInt(bm *Bitmap, rangeStart, rangeEnd int) *Bitmap {
2396 return Flip(bm, uint64(rangeStart), uint64(rangeEnd))
2397}
2398
2399// Statistics provides details on the container types in use.
2400type Statistics struct {

Callers 2

TestFlipBigACOWFunction · 0.70
TestFlipBigAFunction · 0.70

Calls 1

FlipFunction · 0.70

Tested by 2

TestFlipBigACOWFunction · 0.56
TestFlipBigAFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…