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