skip - multiple declarations
Function skip
Skips between 0 and 16 bytes that match (or do not match) one of the given chars.
void skip(bool matching, chars...)
(
const ubyte* ,
ulong* ,
ulong*
) pure nothrow @nogc @trusted
if (chars .length <= 8);
Function skip
Skips between 0 and 16 bytes that match (or do not match) one of the given chars.
void skip(bool matching, chars...)
(
const ubyte* ,
ulong* ,
ulong*
) pure nothrow @nogc @trusted
if (chars .length <= 8);