Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deprecate Iterable#unzip in favor of stdlib method
From what I can tell the other unzip methods have no equivalent in the stdlib. NonEmptyList is of course covered by the Iterable#unzip, but still has a use-case because of returning a pair of NonEmptyLists rather than a pair of regular Lists.
- Loading branch information