import { all } from "https://deno.land/x/rambda@9.4.1/mod.ts";
It returns true
, if all members of array list
returns true
, when applied as argument to predicate
function.
import { all } from "https://deno.land/x/rambda@9.4.1/mod.ts";
It returns true
, if all members of array list
returns true
, when applied as argument to predicate
function.