Decimal.opAssign

struct Decimal(size_t maxSize64)
ref return
opAssign
(
size_t rhsMaxSize64
)
(
auto ref scope const Decimal!rhsMaxSize64 rhs
)
if (
rhsMaxSize64 < maxSize64
)
if (
maxSize64 &&
maxSize64 <= ushort.max
)

Meta