[][src]Function lambda_calc::lexer::strip_whitespace_and_line_cont

pub fn strip_whitespace_and_line_cont(line: &mut String) -> bool

Removes whitespace and line continuation token (if any) from the end of a line, returning whether there was a line continuation token.