operator + abstract method
- covariant Uint256Base other
Adds other
to this Uint256.
other
: The Uint256 to add.
Returns a new Uint256 representing the result of the addition.
Implementation
Uint256Base operator +(covariant Uint256Base other);
Adds other
to this Uint256.
other
: The Uint256 to add.Returns a new Uint256 representing the result of the addition.
Uint256Base operator +(covariant Uint256Base other);