plus

open operator override fun UInt.plus(other: ULong): UInt(source)
open operator override fun UInt.plus(other: UInt): UInt(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 ULong.plus(other: UInt): UInt(source)

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

The result is equal to this.value + other.