It's actually not the only case. Every type that h...
# announcements
k
It's actually not the only case. Every type that has an
iterator()
method that returns an iterator can be used in a
for
loop. This is the reason you can use
Sequences
in a
for
loop