WINDOWS-1251, WINDOWS-1252
Parameters
c | the code point to be tested |
bool isValidCodePoint(dchar c) @safe pure nothrow @nogcReturns true if c is a valid code point
Note that this includes the non-character code points U+FFFE and U+FFFF, since these are valid code points (even though they are not valid characters).
Supersedes: This function supersedes std.utf.startsValidDchar().
WINDOWS-1251, WINDOWS-1252
c | the code point to be tested |