times

@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.times(other: NegativeInt): Int
@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.times(other: NonZeroInt): Int
@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.times(other: PositiveInt): Int
@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.times(other: StrictlyNegativeInt): Int
@SinceKotoolsTypes(version = "1.1")
infix operator fun Int.times(other: StrictlyPositiveInt): Int

Multiplies this value by the other value.