public native static operator-=( readonly a as UInt, readonly b as UInt ) as Void
Subtracts b from a in place.
b
a
value = UInt(10) value -= UInt(3) assert value == 7u