times

open inline operator override fun Int.times(other: Int): Int(source)
open operator override fun Int.times(other: UInt): Int(source)
open operator override fun Int.times(other: Long): Int(source)
open operator override fun Int.times(other: ULong): Int(source)
open operator override fun UInt.times(other: Int): Int(source)
open operator override fun Long.times(other: Int): Int(source)
open operator override fun ULong.times(other: Int): Int(source)