Skip to main content

skip

Function skip 

Source
pub fn skip<S: Clone + 'static>(n: usize) -> Operator<S>
Expand description

skip: drop the first n DATA occurrences, then pass through.