range

fun range(start: Int, count: Int): IntRange

Create a IntRange using starting number and count semantics, rather than start and end