☰
D
dejadoc
DEX-CF
v1.1.0
/
dex.cf.parser
/
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.