public native static operator+( readonly a as UInt, readonly b as UInt ) as UInt
Adds two UInt values.
The result as a UInt.
assert UInt(10) + UInt(3) == 13u