Function whitespace

Source
pub fn whitespace(input: &str) -> IResult<&str, usize>
Expand description

Parse whitespace, including ignored comments. Returns the count of comments.