☰
D
dejadoc
DDN
/
ddn.data.cf
/
CfParser.match
🔍
☾
CfParser.match
bool match(
TokenType
type)
@safe
pure
Checks if the current token matches the expected type.
Parameters
type
The token type to check for
Returns
true if the current token matches.