pub fn vec_take<T: Clone>(v: &[T], n: usize) -> Vec<T>
Take up to n elements from the front of a slice.
n