You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Hi guys, I'm trying to implement a kind of map helper similar to javascript map function. So my question is how can i pass a function to an helper ?
Ideally to have something like: (map array double) where double is the function which will take each array's element.
The text was updated successfully, but these errors were encountered:
Hi guys, I'm trying to implement a kind of
map
helper similar to javascript map function. So my question is how can i pass a function to an helper ?Ideally to have something like:
(map array double)
wheredouble
is the function which will take each array's element.The text was updated successfully, but these errors were encountered: