Decimal.opAssign

Implementation of assignnment operator. It supports the same semantics as the constructor.

struct Decimal(int bits)
ref
@IEEECompliant("copy", 23)
opAssign
(
T
)
(
auto const ref T value
)
if (
bits == 32 ||
bits == 64
||
bits == 128
)

Meta