Skip to main content

comment_runs

Function comment_runs 

Source
fn comment_runs<'a>(
    lines: &'a [&'a str],
) -> impl Iterator<Item = (usize, usize)> + 'a