Join Slack
Powered by
Why does the `Sequence` interface exist at all? Th...
# announcements
k
karelpeeters
08/21/2017, 9:32 PM
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.
2
Views
Open in Slack
Previous
Next