kotlin.ranges.CharProgression.fromClosedRange

fromClosedRange

fun fromClosedRange(
    rangeStart: Char, 
    rangeEnd: Char, 
    step: Int
): CharProgression

Creates CharProgression within the specified bounds of a closed range.

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