import * as froebel from "https://deno.land/x/froebel@v0.18.0/zip.ts";
Variables
Takes multiple lists and returns a list of tuples containing the value in each list at the current index. If the lists are of different lengths, the returned list of tuples has the length of the shortest passed in list. | |
Same as zip but also takes a |