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

Struct manyIntIterator

roaring64/iterables64.go:161–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161type manyIntIterator struct {
162 pos int
163 hs uint64
164 iter roaring.ManyIntIterable
165 highlowcontainer *roaringArray64
166
167 // Stack-allocated embedded iterator to reduce GC pressure.
168 bitmapIter roaring.ManyIntIterator
169}
170
171func (ii *manyIntIterator) init() {
172 if ii.highlowcontainer.size() > ii.pos {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected