Is there a way to concat comptime string and comptime_int?

In the following post, I mention how you can use a runtime value to fill in parts of a format specifier, but I think you can use a comptime_int there too (haven’t tried it). Edit: Just realized the example actually does use comptime values.

2 Likes