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

Better each with index implementation

Open seanlilmateus opened this issue 10 years ago • 0 comments

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

seanlilmateus avatar Jun 12 '14 21:06 seanlilmateus