import { count } from "https://deno.land/x/ayonli_jsext@v0.9.72/array/base.ts";
Counts the occurrence of the element in the array-like object.
Parameters
arr: RealArrayLike<T>
item: T
import { count } from "https://deno.land/x/ayonli_jsext@v0.9.72/array/base.ts";
Counts the occurrence of the element in the array-like object.