Skip to content
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

[Feature Request]: Allow Passing Arbitrary Number of Lists to zip #526

Open
joealden opened this issue Feb 19, 2024 · 1 comment
Open

[Feature Request]: Allow Passing Arbitrary Number of Lists to zip #526

joealden opened this issue Feb 19, 2024 · 1 comment
Labels
feature request New feature or request runtime Issues that refer to the runtime behavior

Comments

@joealden
Copy link

joealden commented Feb 19, 2024

Currently, zip only allows passing two lists (via it's two arguments). Lodash allows you to pass an arbitrary number of lists (see https://lodash.com/docs/4.17.15#zip).

Is there a reason why remeda doesn't support this, or is it implemented the way is it today due to the idea coming from Ramda initially (https://ramdajs.com/docs/#zip), or is it maybe due to the types likely getting more complex?

@cjquines
Copy link
Collaborator

see also #132

@eranhirsch eranhirsch added feature request New feature or request runtime Issues that refer to the runtime behavior labels Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request runtime Issues that refer to the runtime behavior
Projects
None yet
Development

No branches or pull requests

3 participants