Closed gabrielgarza closed 8 years ago
Modifying to a while loop to achieve the same goal.
Reference https://github.com/apple/swift-evolution/blob/master/proposals/0007-remove-c-style-for-loops.md
A better way to accomplish this is with a for loop over a range.
good point, closing this one and making new pull request
Modifying to a while loop to achieve the same goal.