IntFromUntilRepeatingIterator

class IntFromUntilRepeatingIterator(from: Int, toExclusive: Int, offset: Int = 0, step: Int = 1) : BaseIntFromUntilRepeatingIterator<Int> (source)

!! No backward compatibility guarantees !! Reuse at your own risk

Since

2.0.0

Constructors

Link copied to clipboard
constructor(from: Int, toExclusive: Int, offset: Int = 0, step: Int = 1)

Functions

Link copied to clipboard
open fun forEachRemaining(p0: Consumer<in Int>)
Link copied to clipboard
open override fun getElementAt(index: Int): Int
Link copied to clipboard
open operator override fun hasNext(): Boolean
Link copied to clipboard
open operator override fun next(): Int