Skip to main content

take

Function take 

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