import { flip } from "https://dotland.deno.dev/x/rambda@9.4.1/immutable.d.ts";
It returns function which calls fn
with exchanged first and second argument.
import { flip } from "https://dotland.deno.dev/x/rambda@9.4.1/immutable.d.ts";
It returns function which calls fn
with exchanged first and second argument.