isUniversalAlpha

returns true if character is A..Z, a..z, _ or universal alpha

pure nothrow
bool
isUniversalAlpha
(
dchar ch
)

Meta