isAlphaOrDigit
fn
bool isAlphaOrDigit(char c) @safe nothrow @nogcReturns true if the character is an alphabetic letter (A-Z, a-z) or a digit (0-9).
bool isAlphaOrDigit(char c) @safe nothrow @nogcReturns true if the character is an alphabetic letter (A-Z, a-z) or a digit (0-9).