fn index_twice<T>(slc: &mut [T], a: usize, b: usize) -> Pair<&mut T>
Get mutable references at index a and b.
a
b