import { all } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
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@v9.2.0/immutable.d.ts";
It returns true
, if all members of array list
returns true
, when applied as argument to predicate
function.