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