isLower
fn
bool isLower(char c) @safe nothrow @nogcReturns true the character is a lowercase letter (a-z).
bool isLower(char c) @safe nothrow @nogcReturns true the character is a lowercase letter (a-z).