Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/itertools/itertools.ts>zipMany

🦕 A TypeScript port of Python's itertools and more-itertools for Deno
Go to Latest
function zipMany
import { zipMany } from "https://deno.land/x/itertools@v1.1.1/itertools.ts";

Parameters

...iters: Array<Iterable<T>>

Returns

Array<Array<T>>