You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Array::forEach and Array::map both pass in the iteration index and the array object itself as second and third parameters to the given callbacks. It would be nice to support this same pattern in each, forEach, and map on XRange objects.