pub fn overlapping_edit_pairs(edits: &[Edit]) -> Vec<(usize, usize)>
Return overlapping edit index pairs (left, right).
(left, right)