klyn.UInt.operator-
method
public native static operator-( readonly a as UInt, readonly b as UInt ) as UInt
Description

Subtracts one UInt value from another.

Parameters
  • a Left operand.
  • b Right operand.
Returns

The result as a UInt.

Example
assert UInt(10) - UInt(3) == 7u