pub fn vec_remove_at<T: Clone>(v: &[T], index: usize) -> Vec<T>
Return the vector with element at index removed.
index