Skip to main content
Module

x/ramda/mod.ts>partialRight

:ram: Practical functional Javascript
Latest
variable partialRight
import { partialRight } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Takes a function f and a list of arguments, and returns a function g. When applied, g returns the result of applying f to the arguments provided to g followed by the arguments provided initially.