step
infix fun IntProgression.step(step: Int): IntProgressioninfix fun LongProgression.step(step: Long): LongProgressioninfix fun CharProgression.step(step: Int): CharProgression@ExperimentalUnsignedTypes infix fun UIntProgression.step(
step: Int
): UIntProgression@ExperimentalUnsignedTypes infix fun ULongProgression.step(
step: Long
): ULongProgressionReturns a progression that goes over the same range with the given step.