rangeMatch

version(iasm64NotWindows)
pure nothrow @trusted @nogc
ulong
rangeMatch
(
bool invert
chars...
)
(
const ubyte*
)

Return Value

Type: ulong

the number of bytes starting at the given location that match (or do not match if invert is true) the byte ranges in chars.

Meta