I think I agree with you that stride(from:to:by:) is the better candidate for renaming. But, ranges and strides are distinct in Swift, and I don&#39;t think we want to confuse the two, especially since ranges and intervals are already being merged. A few of us have some ideas about striding over things, which I hope we&#39;ll discuss soon :) Out of scope for this proposal, clearly.<br><div class="gmail_quote"><div dir="ltr">On Sun, May 1, 2016 at 11:29 Антон Жилин &lt;<a href="mailto:antonyzhilin@gmail.com">antonyzhilin@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Then why not rename stride(from:to:by:) to range(from:to:by:) ?</div><div>I think, range is closer to what people coming from other languages expect to see.</div><div><br></div><div>- Anton</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">&gt; With the renaming proposed above, stride(of:) will appear to be related to stride(from:to:by:). This conflict arises from a pre-existing issue; namely, the term &quot;stride&quot; is used to mean two different things. Although moving the preposition only highlights the issue, one possible resolution is to rename strideof(_:) to strideSize(of:) and strideofValue(_:) tostrideSize(ofValue:).<br>I wonder if it might make sense to rename all of these, then?<br><span style="white-space:pre-wrap">        </span>instanceSize(of:)<br><span style="white-space:pre-wrap">        </span>instanceSize(ofValue:)<br><span style="white-space:pre-wrap">        </span>alignmentSize(of:)<br><span style="white-space:pre-wrap">        </span>alignmentSize(ofValue:)<br><span style="white-space:pre-wrap">        </span>strideSize(of:)<br><span style="white-space:pre-wrap">        </span>strideSize(ofValue:)</blockquote></div><div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>-- <br>Brent Royal-Gordon<br>Architechies</blockquote></div></blockquote></div>