Skip to main content

diff_slice_ops_compacted

Function diff_slice_ops_compacted 

Source
pub fn diff_slice_ops_compacted(
    old_lines: &[&str],
    new_lines: &[&str],
    algorithm: Algorithm,
    indent_heuristic: bool,
) -> Vec<DiffOp>
Expand description

Line-diff ops for string slices after Git xdl_change_compact (and optional indent heuristic).