drop_right

Function drop_right 

Source
pub fn drop_right<T>(arr: &[T], n: usize) -> Vec<T>
where T: Clone,