BigInt.fromHexString

Constructs a BigInt from a hexadecimal string, with an option to allow

struct BigInt(uint size64)
@safe static @trusted pure
fromHexString
(
bool allowUnderscores = false
)
(
scope const(char)[] str
)
if (
size64 &&
size64 <= ushort.max
)