A range that iterates over all elements of the array in forward order.
Complexity: O(1)
See Implementation