>>> As mentioned before, for iterates thr...
# announcements
a
>> As mentioned before, for iterates through anything that provides an iterator, i.e.
has a member- or extension-function iterator(), whose return type has a member- or extension-function next(), and has a member- or extension-function hasNext() that returns Boolean.