Returns whether the given character class/set matches all characters.
This is guaranteed to be equivalent to toUnicodeSet(char).chars.isAll but is implemented more efficiently.
toUnicodeSet(char).chars.isAll
Returns whether the given character class/set matches all characters.
This is guaranteed to be equivalent to
toUnicodeSet(char).chars.isAll
but is implemented more efficiently.