The compile-time language doesn't have for loops. It has something weirder — parameter packs that expand into exactly the code you need, like a copy-paste machine controlled by the compiler.
Posts tagged “fold-expressions” (2)
A fold expression is a loop that runs at compile time, generating exactly the code you need and nothing more.