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