pub fn invert_container<T>(arr: &mut [T])
Reverse the elements of a slice in place. Port of C++ invert_container.
invert_container