times

operator fun times(other: ModInt): ModInt(source)
operator fun times(other: Int): ModInt(source)
operator fun times(other: Long): ModInt(source)
operator fun Int.times(other: ModInt): ModInt(source)
operator fun Long.times(other: ModInt): ModInt(source)