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