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