difft::display::hunks

Function next_opposite

Source
fn next_opposite(
    line: LineNumber,
    opposites: &HashMap<LineNumber, FxHashSet<LineNumber>, BuildHasherDefault<FxHasher>>,
    prev_opposite: Option<LineNumber>,
) -> Option<LineNumber>