kotlin-stdlib / kotlin.ranges / step step Common JVM JS Native 1.0 infix fun IntProgression . step ( step : Int ) : IntProgression (source) infix fun LongProgression . step ( step : Long ) : LongProgression (source) infix fun CharProgression . step ( step : Int ) : CharProgression (source) infix fun UIntProgression . step ( step : Int ) : UIntProgression (source) infix fun ULongProgression . step ( step : Long ) : ULongProgression (source) Returns a progression that goes over the same range with the given step.