BigInt.fromHexStringImpl

struct BigInt(size_t maxSize64)
@safe pure @nogc nothrow
bool
fromHexStringImpl
(
C
bool allowUnderscores = false
)
(
scope const(C)[] str
)
if (
isSomeChar!C
)
if (
maxSize64 &&
maxSize64 <= ushort.max
)

Meta