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

Struct manyIntIterator

roaring.go:690–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688}
689
690type manyIntIterator struct {
691 pos int
692 hs uint32
693 iter manyIterable
694 highlowcontainer *roaringArray
695
696 shortIter shortIterator
697 runIter runIterator16
698 bitmapIter bitmapContainerManyIterator
699}
700
701func (ii *manyIntIterator) init() {
702 if ii.highlowcontainer.size() > ii.pos {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected