1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-24 04:16:02 +02:00
ziglings/patches/patches/101_for5.patch
Dave Gauer 3fc68332d8 Added Ex 101 "for loops part 5" (Closes #271)
Also gave a shot at explaining data-oriented design, a Zig "hot
topic" ever since the red Hawaiian shirt talk(s).
2023-05-02 08:26:32 -04:00

5 lines
126 B
Diff

54c54
< for (classes, gold, experience, ???) |c, g, e, i| {
---
> for (classes, gold, experience, 1..) |c, g, e, i| {