long From To
Returns an ArbArgsGenerator which generates Longs ranging from (inclusive) to toInclusive.
Since
2.0.0
fun OrderedExtensionPoint.longFromTo(from: Long, toInclusive: Long): OrderedArgsGenerator<Long>(source)
Returns an OrderedArgsGenerator which generates Longs ranging from (inclusive) to toInclusive.
Since
2.0.0