Function patch

Source
pub fn patch<T: PartialEq + Clone + Debug>(
    a: &[T],
    changes: &[Change<T>],
) -> Vec<T>
Expand description

Reproduce b from the a slice and Vec<Change>.