plus

open operator override fun UShort.plus(other: UInt): UShort(source)
open operator override fun UShort.plus(other: ULong): UShort(source)

Sums this number and the other integer as elements of the Semiring.

The result is equal to this + other.value.


open operator override fun UInt.plus(other: UShort): UShort(source)
open operator override fun ULong.plus(other: UShort): UShort(source)

Sums this integer and the other number as elements of the Semiring.

The result is equal to this.value + other.


open operator override fun UShort.plus(other: UShort): UShort(source)

Sums this and the other numbers in terms of the Semiring.