IntProgression

open class IntProgression : Iterable<T>

Inheritors

Constructors

Link copied to clipboard
constructor(start: Int, endInclusive: Int, step: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val start: Int
Link copied to clipboard
val step: Int

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
open fun forEach(action: Consumer<in T>)
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isEmpty(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun step(step: Int): IntProgression
Link copied to clipboard
open fun toString(): String