import { any } from "https://deno.land/x/rambda@9.4.1/index.d.ts";
It returns true
, if at least one member of list
returns true, when passed to a predicate
function.
import { any } from "https://deno.land/x/rambda@9.4.1/index.d.ts";
It returns true
, if at least one member of list
returns true, when passed to a predicate
function.