plus

open inline operator override fun Byte.plus(arg: Byte): Byte

Addition of two elements.

Receiver

the augend.

Return

the sum.

Parameters

arg

the addend.

Sources

Link copied to clipboard