parseUintNumber

Undocumented in source. Be warned that the author may not have intended to support it.
pure @nogc nothrow @trusted
parseUintNumber
(
int bais
T
)
(
ref T dst
,
scope const(char)[] str
,
uint* pow = null
)
if (
isIntegral!T &&
isUnsigned!T
)

Meta