Function is_whitespace

Source
fn is_whitespace(token: &Token) -> bool
Expand description

Helper function to determine if a token is whitespace or newline.

ยงArguments

  • token - The token to check.