[swift-evolution] C-style For Loops

Erica Sadun erica at ericasadun.com
Thu Dec 3 17:32:10 CST 2015


Does Swift still needs C-style for loops with conditions and incrementers? 



More Swift-like construction is already available with for-in-statements and stride. 
This would naturally starve the most common point for -- and ++ operators as well.

-- E

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20151203/657231e9/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2015-12-03 at 4.30.15 PM.png
Type: image/png
Size: 27490 bytes
Desc: not available
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20151203/657231e9/attachment-0001.png>


More information about the swift-evolution mailing list