utf_isValidDchar

The Unicode code space is the range of code points [0x000000,0x10FFFF] except the UTF-16 surrogate pairs in the range [0xD800,0xDFFF]

nothrow pure @nogc
bool
utf_isValidDchar
(
dchar c
)
Suggestion Box / Bug Report