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* bytes,
ulong* pindex,
ulong* pcolumn
) pure nothrow @nogc @trusted
if (chars .length <= 8);