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

Method nextMany64

manyiterator.go:5–5  ·  view source on GitHub ↗
(hs uint64, buf []uint64)

Source from the content-addressed store, hash-verified

3type manyIterable interface {
4 nextMany(hs uint32, buf []uint32) int
5 nextMany64(hs uint64, buf []uint64) int
6}
7
8func (si *shortIterator) nextMany(hs uint32, buf []uint32) int {

Callers 3

NextMany64Method · 0.65
TestManyIteratorFunction · 0.65

Implementers 3

bitmapContainerManyIteratorbitmapcontainer.go
shortIteratorshortiterator.go
runIterator16runcontainer.go

Calls

no outgoing calls

Tested by 2

TestManyIteratorFunction · 0.52