MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / nextMany

Method nextMany

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

Source from the content-addressed store, hash-verified

2
3type manyIterable interface {
4 nextMany(hs uint32, buf []uint32) int
5 nextMany64(hs uint64, buf []uint64) int
6}
7

Callers 2

NextManyMethod · 0.65
TestRleRunIterator16Function · 0.65

Implementers 3

bitmapContainerManyIteratorbitmapcontainer.go
shortIteratorshortiterator.go
runIterator16runcontainer.go

Calls

no outgoing calls

Tested by 1

TestRleRunIterator16Function · 0.52