Skip to main content
Module

x/curry/partial.ts

Currying and partial application utilities
Latest
import * as curry from "https://deno.land/x/curry@1.1.0/partial.ts";

Functions

Create a bound function with arguments fixed from the left.

Create a bound function with fixed arguments except the first one.

Create a bound function with arguments fixed from the right