kotlin.ranges.IntRange

IntRange

class IntRange : IntProgression, ClosedRange<Int>

A range of values of type Int.

Constructors

<init>

IntRange(start: Int, endInclusive: Int)

A range of values of type Int.

Properties

登录查看完整内容