import { all } from "https://deno.land/x/rambda@9.3.0/rambda.js";
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.3.0/rambda.js";
It returns true
, if all members of array list
returns true
, when applied as argument to predicate
function.