BigIntView.fromHexString

struct BigIntView(W, WordEndian endian = TargetEndian)
static @trusted pure
fromHexString
(
C
bool allowUnderscores = false
)
(
scope const(C)[] str
)
if (
isSomeChar!C
)
if (
is(Unqual!W == ubyte) ||
is(Unqual!W == ushort)
||
is(Unqual!W == uint)
||
is(Unqual!W == ulong)
)

Meta