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
|stops after the shorter list ends
|- valign="top"
|