It would be nice if the predicate taking functions in ParsingUtilities.h didn't require specifying the character type. For example, instead of typing: skipUntil<CharacterType, isASCII>(buffer); it would be nicer if we could write: skipUntil<isASCII>(buffer);
Created attachment 405652 [details] Patch
Committed r265129: <https://trac.webkit.org/changeset/265129> All reviewed patches have been landed. Closing bug and clearing flags on attachment 405652 [details].
<rdar://problem/66362301>
Wouldn't it be nice!