pub fn array_reversal_0(v: Vec<i32>) -> Vec<i32>
Iteratively reverses the elements of an array in O(n) time