Sobeston / zig.guide

Repo for https://zig.guide content. Get up to speed with Zig quickly.
https://zig.guide
MIT License
689 stars 177 forks source link

Point users to Arraylist in vector section (tiny change). #85

Closed rendello closed 3 years ago

rendello commented 3 years ago

Previous language may imply Zig doesn't have C++ style vectors, when that functionality indeed exists in ArrayLists.

This confused me when I was looking for vectors in Zig, hope it doesn't bite anyone else! Feedback welcome

Sobeston commented 3 years ago

Thanks!