Skip to main content
Module

x/rambda/rambda.js>IndexedPredicate

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