isAlpha

fnbool isAlpha(dchar c) @safe pure nothrow @nogc

Parameters

cThe character to test.

Returns

Whether c is an ASCII letter (A .. Z, a .. z).