pub fn diff_slice<'a, T: PartialEq + Display>( x: &'a [T], y: &'a [T], ) -> SliceChangeset<'a, T>
Diff two arbitary slices with elements that support Display trait