Let\'s say I have two slices, &a1[T] and &mut a2[T] that are passed from another method.
&a1[T]
&mut a2[T]
Goal: process a1
a1