You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2021. It is now read-only.
I had a look at the diff and most of what I saw looks reasonable. Iterator does not have methods like dropRight that would require forcing and caching everything. OTOH, because an Iterator represents a single traversal, it has some Seq-like features that are missing from Iterable.
Currently these collection types don’t have a common super type.
@lrytz suggested that we write some tests that use reflection to check that the operations and type signatures are consistent between them.
The text was updated successfully, but these errors were encountered: