import { count } from "https://deno.land/x/rambda@9.3.0/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.3.0/rambda.js";
It counts how many times predicate
function returns true
, when supplied with iteration of list
.