public native static operator//( readonly a as UInt, readonly b as UInt ) as UInt
Performs integer division on two UInt values.
The result as a UInt.
assert UInt(10) // UInt(3) == 3u