Skip to main content

vec_drop

Function vec_drop 

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

Drop the first n elements.