downTo
Returns a progression from this value down to the specified to value with the step -1.
The to value should be less than or equal to this
value. If the to value is greater than this
value the returned progression is empty.
Since Kotlin
1.0Returns a progression from this value down to the specified to value with the step -1.
The to value should be less than or equal to this
value. If the to value is greater than this
value the returned progression is empty.