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

Struct bitmapContainerManyIterator

bitmapcontainer.go:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196type bitmapContainerManyIterator struct {
197 ptr *bitmapContainer
198 base int
199 bitset uint64
200}
201
202func (bcmi *bitmapContainerManyIterator) nextMany(hs uint32, buf []uint32) int {
203 n := 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected