mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 19:23:37 +00:00
This allows converting a comptime_int to an optional integer type, which either behaves the same as an implicit cast or produces null if the argument is outside the range of the destination type.