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

Method getManyIterator

bitmapcontainer.go:261–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259}
260
261func (bc *bitmapContainer) getManyIterator() manyIterable {
262 return newBitmapContainerManyIterator(bc)
263}
264
265type bitmapContainerUnsetIterator struct {
266 ptr *bitmapContainer

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected