mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-27 09:57:30 +02:00
`foo.is(Token::Type::Delim) && foo.token().delim() == '!'` becomes
`foo.is_delim('!')`, which is a lot less verbose. I really should have
done this ages ago.
1.7 KiB
1.7 KiB