Function vec_reve

#[target_feature(enable = "vector")]
pub unsafe fn vec_reve<T: VectorReve>(a: T) -> T

Vector Reverse Elements

Returns a vector with the elements of the input vector in reversed order.