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
The trait Unzip has a prepend method which is leftover cruft from an earlier implementation of join which was no longer being used by the time we reached the first release. This method should not have been included in the first release. It's not harmful for now, but it may pose conceptual issues if we want to expand the scope of what can be unzipped beyond tuples.
We should deprecate it for all current releases and then remove it in the next API breaking release.
The text was updated successfully, but these errors were encountered:
The trait
Unzip
has aprepend
method which is leftover cruft from an earlier implementation ofjoin
which was no longer being used by the time we reached the first release. This method should not have been included in the first release. It's not harmful for now, but it may pose conceptual issues if we want to expand the scope of what can be unzipped beyond tuples.We should deprecate it for all current releases and then remove it in the next API breaking release.
The text was updated successfully, but these errors were encountered: