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

Method NextMany64

roaring.go:687–687  ·  view source on GitHub ↗

NextMany64 fills up buf with 64 bit values, uses hs as a mask (OR), returns how many values were returned

(hs uint64, buf []uint64)

Source from the content-addressed store, hash-verified

685 NextMany(buf []uint32) int
686 // NextMany64 fills up buf with 64 bit values, uses hs as a mask (OR), returns how many values were returned
687 NextMany64(hs uint64, buf []uint64) int
688}
689
690type manyIntIterator struct {

Callers 2

ToArrayMethod · 0.65
NextManyMethod · 0.65

Implementers 1

manyIntIteratorroaring.go

Calls

no outgoing calls

Tested by

no test coverage detected