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