pub(crate) fn matched_pos_to_hunks(
    lhs_mps: &[MatchedPos],
    rhs_mps: &[MatchedPos]
) -> Vec<Hunk>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,