mirror of
https://github.com/ziglang/zig.git
synced 2026-02-01 12:13:44 +00:00
* Remove the Allocator field; instead it must be passed in as a parameter to any function that needs it. * Rename `push` to `append` and `pushMany` to `appendSlice` to match the conventions set by ArrayList.