@[inline]
Returns a finite iterator for the given list. The iterator yields the elements of the list in order and then terminates.
The monadic version of this iterator is List.iterM.
Termination properties:
Finiteinstance: alwaysProductiveinstance: always