A `Sequence` is an `Iterator` factory. To read the...
# stdlib
j
A
Sequence
is an
Iterator
factory. To read the file again you would call
.iterator()
again (just like you would on an
Iterable
)