Lexer.isControlChar

private bool isControlChar(char c) @safe pure nothrow

Checks if a character is a control character (U+0000 to U+001F, except tab U+0009).