operator + abstract method

Uint256Base operator +(
  1. 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);