Skip to main content
Module

x/rambda/rambda.js>IndexedPredicate

Faster and smaller alternative to Ramda
Latest
type alias IndexedPredicate
import { type IndexedPredicate } from "https://deno.land/x/rambda@v9.2.0/rambda.js";
definition: (x: T, i: number) => boolean