<div dir="ltr">Note that <font face="monospace, monospace">zip(a.indices, a)</font> requires advancing the index twice each iteration, which for non-array collections is not necessarily super trivial. Considering we&#39;re talking about such a low-level operation as iterating through a collection this might be worth considering.<div><br></div><div>Personally I&#39;m in favor of adding <font face="monospace, monospace">indexed()</font><font face="arial, helvetica, sans-serif">.</font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 6, 2017 at 3:14 AM, Ben Cohen via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Feb 5, 2017, at 08:12, Ben Cohen &lt;<a href="mailto:ben_cohen@apple.com">ben_cohen@apple.com</a>&gt; wrote:<br>
<br>
&gt;&gt; On Feb 4, 2017, at 14:43, Dave Abrahams via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; on Fri Feb 03 2017, Ben Cohen &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Feb 3, 2017, at 3:27 PM, Dave Abrahams via swift-evolution<br>
&gt;&gt;&gt;&gt; &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I don&#39;t always make zip a method, but when I do, its argument label is<br>
&gt;&gt;&gt;&gt; “to:”<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hmm, that doesn’t sound very natural to me.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Then again the problem with “zip(with:)&quot; is it’s already kind of a<br>
&gt;&gt;&gt; term of art for a version that takes a function to combine the two<br>
&gt;&gt;&gt; values.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; There’s also the question of how to spell a non-truncating versions<br>
&gt;&gt;&gt; (returning optionals or taking a pad value).<br>
&gt;&gt;<br>
&gt;&gt; Is there a use-case for such a zip?<br>
&gt;&gt;<br>
&gt;<br>
&gt; Whenever it&#39;s not OK to not silently discard the elements in the longer list (which can be a correctness trap of zip if you&#39;re not careful). Say you&#39;re matching up contestants from two groups, but want to give byes to the unmatched contestants in the larger group. Or you&#39;re generating a list of positioned racers in a 8-car race, putting in a computer player when you run out of real players.<br>
&gt;<br>
<br>
</span>Gah, accidental double-negation, meant &quot;not OK to silently discard&quot;<br>
<div class="HOEnZb"><div class="h5"><br>
&gt;&gt; --<br>
&gt;&gt; -Dave<br>
&gt;&gt;<br>
&gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt; swift-evolution mailing list<br>
&gt;&gt; <a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
&gt;&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
______________________________<wbr>_________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
</div></div></blockquote></div><br></div>