mirror of
https://github.com/ziglang/zig.git
synced 2024-12-03 18:38:45 +00:00
49ac816e36
* Move functionality from generic functions that doesn't depend on the type into a function that only depends on comptime alignment. This reduces comptime code duplication because e.g. `alloc(u32, )` and `alloc(i32, )` now use the same function `allocWithFoo(4, 4, )` under the hood. |
||
---|---|---|
.. | ||
Allocator.zig |