Iter

1 revision
#11 week ago
+6
Auto-generated stub article
+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](/wiki/Sequence) or collection, often utilized within a [Loop](/wiki/Loop) construct.
+## See also
+- [Generator](/wiki/Generator)
+- [Collection](/wiki/Collection)
+- [Iteration](/wiki/Iteration)
... 1 more lines