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