static Conveyor<From<A>, IVector<A>> windowAll<A>(int n) => window<A>(n).filter((l) => l.length() >= n);