import { zipWith } from "https://deno.land/x/froebel@v0.18.0/mod.ts";
Same as zip but also takes a zipper
function, that is called for
each index with the element at current index in each list as arguments. The
result of zipper
is the element at current index in the list returned from
zipWith
.