Decimal.opBinaryRight

Implements operators with built-in integers on the left-hand side and Decimal on the right-hand side.

The precision of the decimal result is equal to the precision of the decimal argument.

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

Meta