Function iter_with_line_column

Source
pub fn iter_with_line_column(
    s: &str,
) -> impl Iterator<Item = (char, usize, usize, LineColumn)> + '_
Expand description

Iterate over annotated chars starting from line 1 and column 0 assuming s starts there.