mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 19:37:08 +03:00
5575e2a168
* `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`