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]

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

Meta