window method

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

Implementation

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