mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-05 01:33:30 +02:00
Also gave a shot at explaining data-oriented design, a Zig "hot topic" ever since the red Hawaiian shirt talk(s).
5 lines
126 B
Diff
5 lines
126 B
Diff
54c54
|
|
< for (classes, gold, experience, ???) |c, g, e, i| {
|
|
---
|
|
> for (classes, gold, experience, 1..) |c, g, e, i| {
|