plus

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