mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
77919ee735
This effectively renders @intFromFloat redundant, as it is semantically equivalent to @trunc when used in a context expecting an integer.