fn merge_novel<'a>(
    lines: &[(TextChangeKind, Vec<&'a str>, Vec<&'a str>)]
) -> Vec<(TextChangeKind, Vec<&'a str>, Vec<&'a str>)>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
Expand description

Merge contiguous sequences marked as novel.