isSpace
fn
bool isSpace(char c) @safe nothrow @nogcReturns true if the character is a whitespace character (space, tab, ...).
bool isSpace(char c) @safe nothrow @nogcReturns true if the character is a whitespace character (space, tab, ...).