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
* Sync NEL and NEV methods (fixes#1832)
* Override Traverse#zipWithIndex for NonEmptyVector
* More tests for NonEmptyVector#zipWithIndex
* Add deprecated overload of NonEmptyList#concat
* Try to appease CI
* Deprecating separately
NonEmptyVector
could have a totallast
method (unlikeVector
). I think it would be useful.(
NonEmptyList
could also have this, but I don't know how useful would it be, since it would need to walk the whole list...)The text was updated successfully, but these errors were encountered: