isValidChar

bool
isValidChar
(
dchar d
)

Return Value

Type: bool

true if this character is not a surrogate code point and not higher than 0x10FFFF.

Meta