Map (higher-order function): Difference between revisions

Content deleted Content added
Tigen (talk | contribs)
Language comparison: just C++ Standard Library seems more appropriate than historical STL term
fix code
Line 216:
|- valign="top"
| [[Haxe]]
| <code>''array''.map(''func'')<br />''list''.map(''func'')<br />Lambda.map(''iterable'', ''func'')</code>
''list''.map(''func'')<br />
Lambda.map(''iterable'', ''func'')
</code>
|
|