int From Until
Returns an ArbArgsGenerator which generates Ints ranging from (inclusive) until toExclusive.
Since
2.0.0
fun OrderedExtensionPoint.intFromUntil(from: Int, toExclusive: Int): OrderedArgsGenerator<Int>(source)
Returns an OrderedArgsGenerator which generates Ints ranging from (inclusive) until toExclusive.
Since
2.0.0