mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +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.