pub fn conflict_diff_hunks<'input, I>(
diff_hunks: I,
num_lefts: usize,
) -> impl Iterator<Item = ConflictDiffHunk<'input>>
Expand description
Iterator adaptor that translates non-conflict hunks to resolved Merge
.
Trivial conflicts in the diff inputs should have been resolved by caller.