div

operator fun AnyInt.div(other: NonZeroInt): Int
operator fun Int.div(other: NonZeroInt): Int

Divides this integer by the other one, truncating the result to an integer that is closer to zero.

Since

4.1.0