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 rangeEnd value not excluding it, with the specified step. In order to go backwards the step must be negative.

© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.ranges/-char-progression/from-closed-range.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部