import { apply } from "https://dotland.deno.dev/x/rambda@9.4.1/index.d.ts";
It applies function fn
to the list of arguments.
This is useful for creating a fixed-arity function from a variadic function. fn
should be a bound function if context is significant.
Parameters
fn: (...args: any[]) => T