skip

Skips between 0 and 16 bytes that match (or do not match) one of the given chars.

version(X86_64)
pure nothrow @trusted @nogc
void
skip
(
bool matching
chars...
)
(
const ubyte* bytes
,
ulong* pindex
,
ulong* pcolumn
)
if (
chars.length <= 8
)

Meta