Why does the `Sequence` interface exist at all? Th...
# announcements
k
Why does the
Sequence
interface exist at all? The only thing it does is return an iterator, so why this step of indirection? It would also be possible to just pass the
Iterator
itself.