pub fn skip<S: Clone + 'static>(n: usize) -> Operator<S>
skip: drop the first n DATA occurrences, then pass through.
n