The OpenD Programming Language

BigUIntView.fromHexString

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

Meta