c is a control character.isControl
fn
bool isControl(dchar c) @safe pure nothrow @nogcParameters
c | The character to test. |
Returns
Whether
bool isControl(dchar c) @safe pure nothrow @nogcc | The character to test. |
c is a control character.