plus

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

Addition of two elements.

Receiver

the augend.

Return

the sum.

Parameters

arg

the addend.