drop method

Conveyor<F, O> drop(
  1. int n
)

Implementation

Conveyor<F, O> drop(int n) => pipe(Pipe.drop(n));