c is a lowercase ASCII letter (a .. z).isLower
fn
bool isLower(dchar c) @safe pure nothrow @nogcParameters
c | The character to test. |
Returns
Whether
bool isLower(dchar c) @safe pure nothrow @nogcc | The character to test. |
c is a lowercase ASCII letter (a .. z).