import { count } from "https://dotland.deno.dev/x/rambda@9.4.1/mod.ts";
It counts how many times predicate
function returns true
, when supplied with iteration of list
.
import { count } from "https://dotland.deno.dev/x/rambda@9.4.1/mod.ts";
It counts how many times predicate
function returns true
, when supplied with iteration of list
.