parseVarUInt

Undocumented in source. Be warned that the author may not have intended to support it.
package @safe pure nothrow @nogc
parseVarUInt
(
bool checkInput = true
U
)
(
scope ref const(ubyte)[] data
,
scope out U result
)
if (
is(U == ubyte) ||
is(U == ushort)
||
is(U == uint)
||
is(U == ulong)
)

Meta