isWhite

Whether or not c is a Unicode whitespace $(CHARACTER). (general Unicode category: Part of C0(tab, vertical tab, form feed, carriage return, and linefeed characters), Zs, Zl, Zp, and NEL(U+0085))

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

Meta