chunk method

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

Implementation

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