kotlin.ranges.IntProgression.fromClosedRange

fromClosedRange

fun fromClosedRange(
    rangeStart: Int, 
    rangeEnd: Int, 
    step: Int
): IntProgression

Creates IntProgression within the specified bounds of a closed range.

The progression starts with the rangeStart value and goes toward the 登录查看完整内容