kotlin.ranges.LongProgression.fromClosedRange
fromClosedRange
fun fromClosedRange( rangeStart: Long, rangeEnd: Long, step: Long ): LongProgression
Creates LongProgression within the specified bounds of a closed range.
The progression starts with the rangeStart value and goes toward the 登录查看完整内容