Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 526 Bytes

transducers.indexed_1.md

File metadata and controls

22 lines (13 loc) · 526 Bytes

Home > @thi.ng/transducers > indexed

indexed() function

Signature:

export declare function indexed<T>(src: Iterable<T>): IterableIterator<[number, T]>;

Parameters

Parameter Type Description
src Iterable<T>

Returns:

IterableIterator<[number, T]>