An Iter (short for iterator or iterable) is an object that represents a stream of data, allowing elements to be produced one by one. It offers a standardized way to traverse a Sequence or collection, often utilized within a Loop construct. See also Generator Collection Iteration Algorithm