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

Method AdvanceIfNeeded

roaring.go:526–526  ·  view source on GitHub ↗

AdvanceIfNeeded advances as long as the next value is smaller than minval

(minval uint32)

Source from the content-addressed store, hash-verified

524 PeekNext() uint32
525 // AdvanceIfNeeded advances as long as the next value is smaller than minval
526 AdvanceIfNeeded(minval uint32)
527}
528
529type intIterator struct {

Callers 4

TestIteratorAdvanceFunction · 0.65

Implementers 3

intIteratorroaring.go
unsetIteratorroaring.go
intIteratorroaring64/iterables64.go

Calls

no outgoing calls

Tested by 4

TestIteratorAdvanceFunction · 0.52