pub fn side_by_side_rows(lines: &[DiffDisplayLine]) -> Vec<SideBySideRow>Expand description
Pairs deletions and additions for side-by-side presentation.
pub fn side_by_side_rows(lines: &[DiffDisplayLine]) -> Vec<SideBySideRow>Pairs deletions and additions for side-by-side presentation.