CfLexer.isControlChar

private bool isControlChar(char c) @safe pure nothrow

Checks if a character is a control character.

Parameters

cThe character to check

Returns

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