Skip to main content
Module

x/rambda/mod.ts>IndexedIterator

Faster and smaller alternative to Ramda
Go to Latest
type alias IndexedIterator
import { type IndexedIterator } from "https://deno.land/x/rambda@v8.4.0/mod.ts";
definition: (x: T, i: number) => U