Map (higher-order function): Difference between revisions

Content deleted Content added
Undid revision 657360892 by Pokajanje (talk) A Python list comprehension is not a map function.
Language comparison: Link 'D' to the programming language instead of the letter
Line 114:
| Clojure: stops after the shortest list ends
|- valign="top"
| [[D (programming language)|D]]
| <code>''list''.map!''func''</code>
| <code>zip(''list1'', ''list2'').map!''func''</code>