Map (higher-order function): Difference between revisions

Content deleted Content added
m Language comparison: clean up, typo(s) fixed: a iterator → an iterator using AWB
Line 314:
list1.iter().zip(list2.iter()).map(func)
|
|map() returns aan iterator.
|stops after the shorter list ends
|- valign="top"