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

Struct bitmapContainerUnsetIterator

bitmapcontainer.go:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265type bitmapContainerUnsetIterator struct {
266 ptr *bitmapContainer
267 i int
268}
269
270func (bcui *bitmapContainerUnsetIterator) next() uint16 {
271 j := bcui.i

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected