The OpenD Programming Language

BigInt.fromHexString

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

Meta