plus
Sums this number and the other integer as elements of the Ring.
The result is equal to this + other.value
.
Sums this number and the other integer as elements of the Semiring.
The result is equal to this + other.value
.
Sums this integer and the other number as elements of the Ring.
The result is equal to this.value + other
.
Sums this integer and the other number as elements of the Semiring.
The result is equal to this.value + other
.