klyn.UInt.operator+
method
public native static operator+( readonly a as UInt, readonly b as UInt ) as UInt
Description

Adds two UInt values.

Parameters
  • a Left operand.
  • b Right operand.
Returns

The result as a UInt.

Example
assert UInt(10) + UInt(3) == 13u