isSpace

Returns whether c is a Unicode space $(CHARACTER) (general Unicode category: Zs) Note: This doesn't include '\n', '\r', \t' and other non-space $(CHARACTER). For commonly used less strict semantics see isWhite.

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

Meta