Skip to main content
Module

x/ramda/source/index.js>zipWith

:ram: Practical functional Javascript
Latest
variable zipWith
import { zipWith } from "https://deno.land/x/ramda@v0.27.2/source/index.js";

Creates a new list out of the two supplied by applying the function to each equally-positioned pair in the lists. The returned list is truncated to the length of the shorter of the two input lists.