BigIntProgression

Represents an inclusive progression between two BigInt in the range start..endInclusive with a specific step

See also

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open fun isEmpty(): Boolean
Link copied to clipboard
open operator override fun iterator(): Iterator<BigInt>
Link copied to clipboard
infix fun step(step: BigInt): BigIntProgression
Link copied to clipboard
open override fun toString(): String