Content deleted Content added
Single line |
Added Rust language |
||
Line 300:
| <code>''enum'' is an Enumeration</code>
| stops at the end of the object it is called on (the first list); if any other list is shorter, it is extended with ''nil'' items
|-
|[[Rust (programming language)|Rust]]
|
list1.iter().map(func)
|
list1.iter().zip(list2.iter()).map(func)
|
|map() returns a iterator.
|stops after the shorter list ends
|- valign="top"
| [[S (programming language)|S]]-[[R (programming language)|R]]
|