The OpenD Programming Language

Decimal.opAssign

struct Decimal(uint size64)
@safe ref return
opAssign
(
uint rhsMaxSize64
)
(
auto ref scope const Decimal!rhsMaxSize64 rhs
)
if (
rhsMaxSize64 < size64
)
if (
size64 &&
size64 <= ushort.max
)

Meta