BaseBigIntFromUntilRepeatingIterator

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

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

Since

2.0.0

Inheritors

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 T>)
Link copied to clipboard
abstract fun getElementAt(index: BigInt): T
Link copied to clipboard
open operator override fun hasNext(): Boolean
Link copied to clipboard
open operator override fun next(): T