Collection-Each icon indicating copy to clipboard operation
Collection-Each copied to clipboard

Adding ruby style each iterator to Cocoa/Cocoa touch Swift Array and Range classes, And Int.times{} to Int class

Results 2 Collection-Each issues
Sort by recently updated
recently updated
newest added

Now `Xcode6 Beta4` had been around for a couple of days, the notable change was the `Access Control`, you should update the source to reflect the change.

I changed the current eachWithIndex implementation from using a inner variable (var i = 0; i++) to the enumerate function.