for Each Indexed
Calls block for each element in the DoubleList along with its index, in order.
Parameters
block
will be executed for every element in the list, accepting the index and the element at that index.
Calls block for each element in the DoubleList along with its index, in order.
will be executed for every element in the list, accepting the index and the element at that index.