mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +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` |
||
|---|---|---|
| .. | ||
| aes.zig | ||
| benchmark.zig | ||
| blake2.zig | ||
| chacha20.zig | ||
| gimli.zig | ||
| hmac.zig | ||
| md5.zig | ||
| poly1305.zig | ||
| sha1.zig | ||
| sha2.zig | ||
| sha3.zig | ||
| test.zig | ||
| x25519.zig | ||