Files
zig/lib/std/testing.zig
Robin Voetter dc44baf763 std.testing: allow print() at comptime
This allows functions like expectEqual to be performed at comptime. If
an error is detected, the result is logged via a compile error.
2023-10-15 14:00:08 +02:00

43 KiB