MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / fillRange

Function fillRange

util.go:57–61  ·  view source on GitHub ↗
(arr []uint64, start, end int, val uint64)

Source from the content-addressed store, hash-verified

55}
56
57func fillRange(arr []uint64, start, end int, val uint64) {
58 for i := start; i < end; i++ {
59 arr[i] = val
60 }
61}
62
63func fillArrayAND(container []uint16, bitmap1, bitmap2 []uint64) {
64 if len(bitmap1) != len(bitmap2) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…