Internal
Create a new generator that yields elements from the input iterable with their index. New elements are tuples of the form [index, value].
[index, value]
The element type of the input iterable
The input iterable
A new generator which has elements from the input iterable with their index.
Generated using TypeDoc
Create a new generator that yields elements from the input iterable with their index. New elements are tuples of the form
[index, value]
.