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.
@lrytz For reverse I’m wondering whether we should support it at all in SeqView. It is possible to delay the process of reversing the underlying collection, but that process will reverse the whole collection at once (it can not be fused with other intermediate transformations).
Similar to
IndexedView[A]
, we might want to add aMapView[K, V]
collection type providing map-like transformation operations.We have to figure out how the
View
hierarchy should coexist with theIterable
hierarchy.The text was updated successfully, but these errors were encountered: