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

Struct arrayContainerUnsetIterator

shortiterator.go:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54type arrayContainerUnsetIterator struct {
55 content []uint16
56 // pos is the index of the next set bit that is >= nextVal.
57 // When nextVal reaches content[pos], pos is incremented.
58 pos int
59 nextVal int
60}
61
62func (acui *arrayContainerUnsetIterator) next() uint16 {
63 val := acui.nextVal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected