-
Notifications
You must be signed in to change notification settings - Fork 58
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: variable of whole array in mapping functions #223
Comments
That's a neat idea. Might be rather tricky to implement, however. Also, I'd like to do it without using up more variables, if possible. The last time this came up, we did it with ;. Can you think of any other characters that are invalid inside a lambda? Also, can you give some sample code using this feature? |
|
How about a 2-char variable. (@isaacg1 Is this possible?) Alternatively |
Why is |
|
I agree with this feature request. Moreover that could be implemented for |
e.g. in the lambda of
m
, what if we usedb
to refer to the whole array andd
to each item?The same goes with
f
, ando
.The text was updated successfully, but these errors were encountered: