CfLexer.isControlChar
private
bool isControlChar(char c) @safe pure nothrowChecks if a character is a control character.
Parameters
c | The character to check |
Returns
true if c is a control character (U+0000 to U+001F, except tab).