dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
isUniAlpha
dmd
root
utf
Return !=0 if unicode alpha. Use table from C99 Appendix D.
@
nogc
nothrow pure @
safe
bool
isUniAlpha
(
dchar
c
)
Meta
Source
See Implementation
dmd
root
utf
functions
isBidiControl
isUniAlpha
utf_codeLength
utf_codeLengthChar
utf_decodeChar
utf_decodeWchar
utf_isValidDchar
Return !=0 if unicode alpha. Use table from C99 Appendix D.