-
Notifications
You must be signed in to change notification settings - Fork 0
Added method to do ZIP with array of arrays. #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
👍 |
|
I don't see tests nor a PR to the original repo! |
|
The PR to the original Repo is this one: i'm working in tests, but they use a very old cocoapods version and i can't run them :( |
Underscore/USArrayWrapper.m
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo s/lenght/length
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and 🎨 spaces between operators
|
I'll add tests in another moment, I can't even compile their test project. |
Underscore/USArrayWrapper.m
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo is still here....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agh, stupid me, sorry, i'll fix it
|
👍 |
Added method to do ZIP with array of arrays.
🎩 What? Why?
There is already a
zipWithmethod but i think this one is more useful.Zip an array of arrays.
this:
transforms into this:
👻 GIF