Lexer.isControlChar
private
bool isControlChar(char c) @safe pure nothrowChecks if a character is a control character (U+0000 to U+001F, except tab U+0009).
bool isControlChar(char c) @safe pure nothrowChecks if a character is a control character (U+0000 to U+001F, except tab U+0009).