Lexer.parseSpecialTokenSequence

Parse special token sequence:

class Lexer
nothrow
bool
parseSpecialTokenSequence
()

Return Value

Type: bool

true if the special token sequence was handled References: https://dlang.org/spec/lex.html#special-token-sequence

Meta