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