@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
7 lines • 328 B
TypeScript
import * as Tp from "../../../../Collections/Immutable/Tuple/index.js";
import type * as C from "../core.js";
/**
* Zips this stream together with the index of elements.
*/
export declare function zipWithIndex<R, E, A>(self: C.Stream<R, E, A>): C.Stream<R, E, Tp.Tuple<[A, number]>>;
//# sourceMappingURL=zipWithIndex.d.ts.map