determineStartingIndex

fun determineStartingIndex(from: Int, toExclusive: Int, offset: Int, step: Int): Int(source)

Convenience method which converts to Long and then calls determineStartingIndex and converts the result back to Int

!! No backward compatibility guarantees !! Reuse at your own risk

Since

2.0.0


fun determineStartingIndex(from: Long, toExclusive: Long, offset: Long, step: Long): Long(source)
fun determineStartingIndex(from: BigInt, toExclusive: BigInt, offset: BigInt, step: BigInt): BigInteger(source)

!! No backward compatibility guarantees !! Reuse at your own risk

Since

2.0.0