isUniAlpha

Return !=0 if unicode alpha. Use table from C99 Appendix D.

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

Meta