Open bdkent opened 9 years ago
Accepted as an enhancement. Do you have a PR for this?
@bdkent You should also :+1: the lodash issues. This helps me keep tabs on user demand for such methods.
:+1:
:+1:
Here is an implementation for arrays strings and object. It's similar to pythons itertools.product.
Let me know if you want me to make it a PR (and which category it fits into?).
👍
Long-standing...
👍
👍 Any updates in here?
I made this into a PR see #56
Any plans to merge this?
merge please
Good time to do some housekeeping on this repo 😄 Expect a resolution in the coming days.
It would be really useful to support the standard permutation/combination functions on arrays.
Something like:
These additions have already (and I think unfortunately) been rejected from lodash proper: https://github.com/lodash/lodash/issues/1191 https://github.com/lodash/lodash/issues/1032
I very frequently find the need for them, so I think they belong in
lodash-contrib
.Thanks!