The OpenD Programming Language

BigIntView.fromHexString

struct BigIntView(W)
@safe static @trusted pure
fromHexString
(
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