Skip to main content

vec_remove_at

Function vec_remove_at 

Source
pub fn vec_remove_at<T: Clone>(v: &[T], index: usize) -> Vec<T>
Expand description

Return the vector with element at index removed.