import { count } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.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@v9.2.0/index.d.ts";
It counts how many times predicate
function returns true
, when supplied with iteration of list
.