skip

Function skip 

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

Skip the first N items and return the rest.