add

open inline override fun add(left: Int, right: Int): Int

Addition of two elements.

Return

the sum.

Parameters

left

the augend.

right

the addend.

Sources

common source
Link copied to clipboard