Well, probably best to have another operator: 0..&gt;(-10). We go from 0 to greater than -10.<br><div class="gmail_quote"><div dir="ltr">On Tue, Apr 5, 2016 at 5:22 PM Erica Sadun via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
&gt; On Apr 5, 2016, at 4:17 PM, Dave Abrahams via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; on Tue Apr 05 2016, Erica Sadun &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;    On Apr 5, 2016, at 1:54 PM, Dave Abrahams<br>
&gt;&gt;    &lt;<a href="mailto:dabrahams@apple.com" target="_blank">dabrahams@apple.com</a>&gt; wrote:<br>
&gt;&gt;    IMO this:<br>
&gt;&gt;<br>
&gt;&gt;    (-9...0).reverse()<br>
&gt;&gt;<br>
&gt;&gt;    is better than<br>
&gt;&gt;<br>
&gt;&gt;    stride(from: 0, to: -10, by: -1)<br>
&gt;&gt;<br>
&gt;&gt;    What do you think?<br>
&gt;&gt;<br>
&gt;&gt; The latter better reflects an author&#39;s actual intent. The former depends on<br>
&gt;&gt; implementation details, which can be hazy, especially, around the edge cases. It<br>
&gt;&gt; is quicker to read, understand, and verify that the latter is what is<br>
&gt;&gt; meant.<br>
&gt;<br>
&gt; Except that there seems to be some confusion over what &quot;to:&quot; means, right?<br>
<br>
<br>
obviously (0..&lt;-10).by(-2) would be best.<br>
<br>
-- E<br>
<br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</blockquote></div>