Module

x/rambda/immutable.d.ts>IndexedPredicate

Faster and smaller alternative to Ramda
Latest
type alias IndexedPredicate
import { type IndexedPredicate } from "https://dotland.deno.dev/x/rambda@9.4.1/immutable.d.ts";
definition: (x: T, i: number) => boolean