t orelse unreachable doesn’t necessarily mean it runs at runtime, it’s possible that it is forced to run at comptime also by putting comptime in front of it.
1 Like
t orelse unreachable doesn’t necessarily mean it runs at runtime, it’s possible that it is forced to run at comptime also by putting comptime in front of it.