MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / getReverseIterator

Method getReverseIterator

bitmapcontainer.go:192–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190}
191
192func (bc *bitmapContainer) getReverseIterator() shortIterable {
193 return newReverseBitmapContainerShortIterator(bc)
194}
195
196type bitmapContainerManyIterator struct {
197 ptr *bitmapContainer

Callers

nothing calls this directly

Tested by

no test coverage detected