Content deleted Content added
→Language comparison: Added std::for_each for C++ and list comprehension for Python |
|||
Line 80:
|- valign="top"
| [[C++]]
|
| <code>std::transform(<wbr/>''begin1'', ''end1'', ''begin2'', ''result'', ''func'')</code>
|
Line 237:
|- valign="top"
| [[Python (programming language)|Python]]
| <code>map(''func'', ''list'')
| <code>map(''func'', ''list1'', ''list2'')</code>
| <code>map(''func'', ''list1'', ''list2'', ...)</code>
|