The OpenD Programming Language

BigInt.fromStringImpl

struct BigInt(uint size64)
@safe scope @trusted pure @nogc nothrow
bool
fromStringImpl
(
C
)
(
scope const(C)[] str
)
if (
size64 &&
size64 <= ushort.max
)

Return Value

Type: bool

false in case of overflow or incorrect string. Precondition: non-empty coefficients.

Meta