isAlpha

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

Return Value

Type: bool

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

Meta