isSurrogate

Returns whether c is a Unicode surrogate $(CODEPOINT) (general Unicode category: Cs).

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

Meta