operator - abstract method

Uint256Base operator -(
  1. covariant Uint256Base other
)

Subtracts other from this Uint256.

  • other: The Uint256 to subtract.

Returns a new Uint256 representing the result of the subtraction.

Implementation

Uint256Base operator -(covariant Uint256Base other);