import { ap } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
It takes a list of functions and a list of values. Then it returns a list of values obtained by applying each function to each value.
import { ap } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
It takes a list of functions and a list of values. Then it returns a list of values obtained by applying each function to each value.