Function std::char::is_whitespaceDeprecated
[-]
[+]
[src]
pub fn is_whitespace(c: char) -> bool
Indicates whether a char
is whitespace
Whitespace is defined in terms of the Unicode Property 'White_Space'.