create

fun create(value: Int): IntRange
fun create(min: Int = 0, max: Int = Int.MAX_VALUE): IntRange