pub fn is_whitespace(c: char) -> bool
Expand description

Same as char::is_ascii_whitespace, but including \u{a0}, non-breaking space.