libdparse v0.7.0-alpha6 (2016-04-14T21:22:37Z)
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
BasicTypes
IdType
Keywords
Literals
NumberLiterals
Operators
Protections
SpecialTokens
StringLiterals
Token
str
enums
CommentBehavior
StringBehavior
WhitespaceBehavior
functions
byToken
getTokensForParser
isBasicType
isKeyword
isLiteral
isNumberLiteral
isOperator
isProtection
isSpecialToken
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.