mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-03 08:53:31 +02:00
dev.1711 - switched to multi-object-for-loops
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
27c27
|
||||
< for (bits) |bit, ???| {
|
||||
28c28
|
||||
< for (bits, ???) |bit, ???| {
|
||||
---
|
||||
> for (bits) |bit, i| {
|
||||
> for (bits, 0..) |bit, i| {
|
||||
|
||||
Reference in New Issue
Block a user