Join Slack
Powered by
Is there no way to zip more than two things at onc...
# announcements
h
henbruas
10/10/2016, 8:20 PM
Is there no way to zip more than two things at once?
for ((a, b, c) in as zip bs zip cs)
obviously doesn't work. I thought maybe
for (((a, b), c) in as zip bs zip cs)
would, but it does not
3
Views
Open in Slack
Previous
Next