The OpenD Programming Language

BigInt.fromBinaryStringImpl

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

Meta