BigIntFromUntilRepeatingIterator

class BigIntFromUntilRepeatingIterator(from: BigInt, toExclusive: BigInt, offset: BigInt = BigInt.ZERO, step: BigInt = BigInt.ONE) : BaseBigIntFromUntilRepeatingIterator<BigInt> (source)

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

Since

2.0.0

Constructors

Link copied to clipboard
constructor(from: BigInt, toExclusive: BigInt, offset: BigInt = BigInt.ZERO, step: BigInt = BigInt.ONE)

Functions

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