adrdox v2.4.0 (2020-08-16T15:56:57Z)
Home
Dub
Repo
skip
dparse
lexer
Skips between 0 and 16 bytes that match (or do not match) one of the given
chars
.
version(iasm64NotWindows)
pure nothrow @
trusted
@
nogc
void
skip
(
bool
matching
chars
...
)
(
const
ubyte
*
,
ulong
*
,
ulong
*
)
if
(
chars.length
<= 8
)
Meta
Source
See Implementation
dparse
lexer
aliases
IdType
Token
str
enums
StringBehavior
WhitespaceBehavior
functions
byToken
getTokensForParser
isBasicType
isKeyword
isNumberLiteral
isOperator
isProtection
isStringLiteral
newlineMask
rangeMatch
skip
unDecorateComment
structs
DLexer
LexerConfig
StringCache
templates
ByteCombine
tok
Skips between 0 and 16 bytes that match (or do not match) one of the given chars.