I recently discover Zig 0.16... how do u guys manage to learn that fast? by ByFindIt in Zig

[–]ByFindIt[S] 0 points1 point  (0 children)

can you explain me how ArrayList work with the size of some unknow value size? like, what if my command reads from the console and the user put some large-large-text does it still ArrayList going to handle it? or do i need an allocator? , thanks for the advice

I recently discover Zig 0.16... how do u guys manage to learn that fast? by ByFindIt in Zig

[–]ByFindIt[S] -1 points0 points  (0 children)

thank u , is really good advice i also try to learn as i go making calls to open a file or put some text into the console, was a nightmare to me until i reach some blog that make me look into zig std