isSymbol

Returns whether c is a Unicode symbol $(CHARACTER) (general Unicode category: Sm, Sc, Sk, So).

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

Meta