I have a doubt since I came to know about constexpr,consteval in c++ Since we know that template metaprogramming is itself turing-complete, couldn't we use this fact and thus generate a lot of code in compile time for huge arrays too ,and for this reason I wanted to know what is the limit size of the submitted file as I think there would me many question in which we can use this hack




