<div dir="ltr">    First of all, I am not a big fan of removal of &quot;++&quot; operator. Still, &quot;+= 1&quot; has the same performance with &quot;++&quot; but since I like the comfort of writing just &quot;++&quot;, I will just write an extension when Swift 3 will be released. I know many people who will do the same.</div><div class="gmail_extra"><br><div class="gmail_quote">On 23 March 2016 at 13:09, Tino Heth 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"><div style="word-wrap:break-word"><span class=""><div><blockquote type="cite"><div><span style="color:rgb(5,0,0);font-family:Georgia,serif;font-size:inherit;font-style:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,254,254);float:none;display:inline!important">I think that ++ and — should stay and MUST be implemented as faster operations than += and -=.</span></div></blockquote></div></span><div><p style="margin:0.0px 0.0px 0.0px 0.0px">If there is an easy way to make operations faster, imho that should be applied to every method ;-)</p><div><br></div></div><div>Jokes apart, compilers of today know some really smart tricks, so if &quot;+= 1&quot; is slower than &quot;++&quot;, I&#39;d consider that a bug.</div></div><br>_______________________________________________<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/mailman/listinfo/swift-evolution</a><br>
<br></blockquote></div><br></div>