plus

open inline operator override fun Int.plus(arg: Int): Int(source)

Addition of two elements.

Receiver

the augend.

Return

the sum.

Parameters

arg

the addend.