Decimal.opOpAssign

Implements assignment operators of the form Decimal op= integer: "+=", "-=", "*=", "/=", "^^=". Position of the fixed point (precision) doesn't change.

struct Decimal
opOpAssign
(
string op
T
)
()
if (
op.among("+", "-", "*", "/", "^^")
)

Meta