div

@SinceKotools(project = Project.Types, version = "1.1")
operator fun Int.div(other: NonZeroInt): Int

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