Mercerenies / alakazam

Functional programming sugar for Python
Other
2 stars 0 forks source link

zz.map() can only take one argument #1

Closed Mercerenies closed 6 years ago

Mercerenies commented 6 years ago

Python's built-in map function can take multiple iterables (much like zip). Alakazam's function should behave the same way.