stdlib
1.8
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
Common
stdlib
/
kotlin.ranges
/
IntProgression
/
Companion
Companion
object
Companion
(
source
)
Since Kotlin
1.2
Functions
Functions
from
Closed
Range
Link copied to clipboard
fun
fromClosedRange
(
rangeStart
:
Int
,
rangeEnd
:
Int
,
step
:
Int
)
:
IntProgression
Creates IntProgression within the specified bounds of a closed range.
Since Kotlin
1.2