The OpenD Programming Language

BigInt.copyFrom

struct BigInt(uint size64)
@safe
bool
copyFrom
(
W
)
(
scope const(W)[] coefficients
,
bool sign = false
)
if (
__traits(isUnsigned, W)
)
if (
size64 &&
size64 <= ushort.max
)

Return Value

Type: bool

overflow flag

Meta