msiz_rustc_ap_rustc_lexer

Function is_whitespace

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

True if c is considered a whitespace according to Rust language definition.