Post #1666371
2026-02-18 21:15 UTC
@Solemarc if you want to avoid a function call frame for example for tigher control over stack traces
or if you want the result to be comptime-known depending on the parameters
without it there is technically no equivalent to macros
Replies (1)
-
@Solemarc@mastodon.social 2026-02-18 21:23
@andrewrk oh, that's really cool actually.