public native static operator//=( readonly a as Int, readonly b as Int ) as Void
Replaces a with the integer division of a by b.
a
b
value = 10 value //= 3 assert value == 3