pub fn patch<T: PartialEq + Clone + Debug>( a: &[T], changes: &[Change<T>], ) -> Vec<T>
Reproduce b from the a slice and Vec<Change>.
b
a
Vec<Change>