mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
* `std.mem.Compare` is now `std.math.Order` and the enum tags renamed to follow new style convention. * `std.mem.compare` is renamed to `std.mem.order`. * new function `std.math.order`