UInt.fromHexStringImpl

struct UInt(size_t size)
@safe pure @nogc nothrow
bool
fromHexStringImpl
(
C
bool allowUnderscores = false
)
(
scope const(C)[] str
)
if (
isSomeChar!C
)
if (
size % (size_t.sizeof * 8) == 0 &&
size >= (size_t.sizeof * 8)
)

Meta