BigUIntView.fromHexString

struct BigUIntView(W, WordEndian endian = TargetEndian)
static @trusted pure
fromHexString
(
C
bool allowUnderscores = false
)
(
scope const(C)[] str
)
if (
isSomeChar!C
)
if (
__traits(isUnsigned, W)
)

Meta