plus

open operator fun T.plus(b: T): T

Addition of two elements.

Return

the sum.

Parameters

<receiver>

the augend.

b

the addend.

Sources

common source
Link copied to clipboard