unary(<callable>) #11
Labels
enhancement
New feature or request
need more info
Further information is requested, or there are still questions on how to solve the issue
unary will be needed, if map/filter/etc will also add the index and collection parameters for the callbacks.
current code, which will call intval for every member of the array:
is equivalent to:
After #9 the calls will be like:
which is equivalent to:
The solution would be:
which is like:
The text was updated successfully, but these errors were encountered: