c is an ASCII letter (A .. Z, a .. z).isAlpha
fn
bool isAlpha(dchar c) @safe pure nothrow @nogcParameters
c | The character to test. |
Returns
Whether
bool isAlpha(dchar c) @safe pure nothrow @nogcc | The character to test. |
c is an ASCII letter (A .. Z, a .. z).