Function skip_newline

Source
pub fn skip_newline(
    input: &mut PeekMoreIterator<impl Iterator<Item = Token>>,
) -> Vec<Token>
Expand description

Skip through whitespace and newlines