The OpenD Programming Language

BigUIntView.fromBinaryStringImpl

struct BigUIntView(W)
@safe @safe pure @nogc nothrow scope
static if(isMutable!W)
bool
fromBinaryStringImpl
(
C
bool allowUnderscores = false
)
(
scope const(C)[] str
)
if (
__traits(isUnsigned, W)
)

Meta