apple_pie icon indicating copy to clipboard operation
apple_pie copied to clipboard

For loop update

Open jernejp21 opened this issue 2 years ago • 0 comments

I have noticed that for loop syntax is not up to date with the latest zig.

Previous syntax for index of for loop elements: for (items) |item, index|

New syntax for index of for loop elements: for (items, 0..) |item, index|

I have created pull request #87.

I have already made pull request (which got merged) to cappy, which is dependent on apple pie.

jernejp21 avatar Mar 09 '23 00:03 jernejp21