windowAll method

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

Implementation

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