mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +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.
354 KiB
354 KiB