skip

Macro skip 

Source
macro_rules! skip {
    ($n:expr) => { ... };
}
Expand description

Shorthand of skip

Signature: skip :: usize -> Iterator T -> Iterator T