public native static operator-( readonly a as UShort, readonly b as UShort ) as UShort
Subtracts one UShort value from another.
a-b.
a-b
assert UShort(10) - UShort(3) == UShort(7)