import { unapply } from "https://deno.land/x/rambda@9.3.0/immutable.d.ts";
It calls a function fn
with the list of values of the returned function.
R.unapply
is the opposite of R.apply
method.
Parameters
fn: (args: readonly any[]) => T
import { unapply } from "https://deno.land/x/rambda@9.3.0/immutable.d.ts";
It calls a function fn
with the list of values of the returned function.
R.unapply
is the opposite of R.apply
method.