dev.1711 - switched to multi-object-for-loops
This commit is contained in:
parent
171248096d
commit
cad9de0158
9 changed files with 18 additions and 16 deletions
|
|
@ -1,4 +1,4 @@
|
|||
27c27
|
||||
< for (bits) |bit, ???| {
|
||||
28c28
|
||||
< for (bits, ???) |bit, ???| {
|
||||
---
|
||||
> for (bits) |bit, i| {
|
||||
> for (bits, 0..) |bit, i| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue