Map splat: treat each element as keyword arguments to be passed to the input function · Issue #148 · Suor/funcy · GitHub
More Web Proxy on the site http://driver.im/
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.Dismiss alert
However, each element of the array is passed as a positional argument instead of splatted as keyword arguments. Any ideas of how to write map in a way that it splats the element and assumes it's a dictionary that should be converted into keyword arguments?
Should this be an additional map variant added to the library? Happy to write up a PR for it.