The OpenD Programming Language

BigUIntView.fromHexStringImpl

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

Meta