The OpenD Programming Language

BigIntView.fromBinaryStringImpl

struct BigIntView(W)
@safe @safe pure @nogc nothrow
static if(isMutable!W)
bool
fromBinaryStringImpl
(
C
bool allowUnderscores = false
)
(
scope const(C)[] str
)
if (
is(Unqual!W == ubyte) ||
is(Unqual!W == ushort)
||
is(Unqual!W == uint)
||
is(Unqual!W == ulong)
)

Meta