isNonCharacter

Returns whether c is a Unicode non-character i.e. a $(CODEPOINT) with no assigned abstract character. (general Unicode category: Cn)

version(!std_uni_bootstrap)
@safe pure nothrow @nogc
bool
isNonCharacter
(
dchar c
)

Meta