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

Struct reverseBitmapContainerShortIterator

bitmapcontainer.go:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166type reverseBitmapContainerShortIterator struct {
167 ptr *bitmapContainer
168 i int
169}
170
171func (bcsi *reverseBitmapContainerShortIterator) next() uint16 {
172 if bcsi.i == -1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected