isWhiteSpaceMB

Checks character c if it's a whitespace character that may break but is not an absolute break, then returns the true if it is.

public @safe pure nothrow
bool
isWhiteSpaceMB
(
dchar c
)

Meta