mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
This allows functions like expectEqual to be performed at comptime. If an error is detected, the result is logged via a compile error.
This allows functions like expectEqual to be performed at comptime. If an error is detected, the result is logged via a compile error.