for Each Indexed
Performs the given action on each element in the array, providing the index of the element.
Parameters
action
The action to perform on each element, with the index provided.
Performs the given action on each element in the array, providing the index of the element.
The action to perform on each element, with the index provided.