add

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

Addition of two elements.

Return

the sum.

Parameters

left

the augend.

right

the addend.

Sources

Link copied to clipboard