mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-14 06:46:16 +01:00
`std.mem.Allocator.createOne` is renamed to `std.mem.Allocator.create`. The problem with the previous API is that even after copy elision, the initalization value passed as a parameter would always be a copy. With the new API, once copy elision is done, initialization functions can directly initialize allocated memory in place. Related: * #1872 * #1873 |
||
|---|---|---|
| .. | ||
| index.zig | ||
| int.zig | ||
| queue.zig | ||
| stack.zig | ||