fn before_with_opposites(
before_lines: &[LineNumber],
opposite_lines: &HashMap<LineNumber, HashSet<LineNumber>, BuildHasherDefault<FxHasher>>
) -> Vec<(Option<LineNumber>, Option<LineNumber>)>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
Expand description
Before:
118 --
119 --
120 -- (novel)
After:
118 88 (expanded from closest)
119 89 (closest match)
120 -- (novel)