UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

8 lines 327 B
import type * as Tp from "../../Tuple/index.js"; import type { Chunk } from "../definition.js"; /** * Zips this chunk with the index of every element, starting from the initial * index value. */ export declare function zipWithIndex<A>(self: Chunk<A>): Chunk<Tp.Tuple<[A, number]>>; //# sourceMappingURL=zipWithIndex.d.ts.map