long From Until
Returns an ArbArgsGenerator which generates Longs ranging from (inclusive) until toExclusive.
Since
2.0.0
fun OrderedExtensionPoint.longFromUntil(from: Long, toExclusive: Long): OrderedArgsGenerator<Long>(source)
Returns an OrderedArgsGeneratorwhich generates Longs ranging from (inclusive) until toExclusive.
Since
2.0.0