count

fun count(start: Int, step: Int = 1): Iterable<Int>

Return

Parameters

start
step