reverse

Function reverse 

Source
pub fn reverse<T>(array: &Vec<T>) -> Vec<T>
where T: Clone,