BigIntProgressionIterator

Constructors

Link copied to clipboard
constructor(first: BigInt, last: BigInt, step: BigInt)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun hasNext(): Boolean
Link copied to clipboard
open operator override fun next(): BigInt
Link copied to clipboard
fun <T> Iterator<T>.toList(): List<T>