plus

open inline operator override fun Int.plus(b: Int): Int

Addition of two elements.

Return

the sum.

Parameters

<receiver>

the augend.

b

the addend.

Sources

common source
Link copied to clipboard