Function take_at

Source
fn take_at<T>(slice: &[T], skip: usize, n: usize) -> &[T]