take method

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

Implementation

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