pub fn iter_with_line_column( s: &str, ) -> impl Iterator<Item = (char, usize, usize, LineColumn)> + '_
Iterate over annotated chars starting from line 1 and column 0 assuming s starts there.
s