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

Interface ManyIntIterable64

roaring64/iterables64.go:156–159  ·  view source on GitHub ↗

ManyIntIterable64 allows you to iterate over the values in a Bitmap

Source from the content-addressed store, hash-verified

154
155// ManyIntIterable64 allows you to iterate over the values in a Bitmap
156type ManyIntIterable64 interface {
157 // pass in a buffer to fill up with values, returns how many values were returned
158 NextMany([]uint64) int
159}
160
161type manyIntIterator struct {
162 pos int

Callers 8

TestIteratorInitializeFunction · 0.65
BenchmarkIterator123Function · 0.65
parallelExecutorFunction · 0.65
MinMaxBigMethod · 0.65
setupRandomFunction · 0.65
TestNextManyFunction · 0.65

Implementers 2

manyIntIteratorroaring.go
manyIntIteratorroaring64/iterables64.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…