kotlin.ranges.IntProgression

IntProgression

open class IntProgression : Iterable<Int>

A progression of values of type Int.

Properties

first

val first: Int

The first element in the progression.

last

val