BigInt.fromHexString

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

Meta