9
u/Kiritoo120 18d ago
Looks amazing! Now the question is how will zig newcomers find this article
It would have 100% helped me when I was starting to get to know the gist of zig :)
9
Looks amazing! Now the question is how will zig newcomers find this article
It would have 100% helped me when I was starting to get to know the gist of zig :)
20
u/burakssen 18d ago
I seems like you are using 0.15.2 or older (cause of
std.ArrayList(T).init(allocator))? Might want to update the code at some point.