mirror of
https://github.com/ziglang/zig.git
synced 2026-01-22 23:35:19 +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.