#const function and const block
8 messages · Page 1 of 1 (latest)
a const block is evaluated at compile time and a const function is a function that can be called at compile time
thats intresting
also can i declare static things from const fn.??
like
you can declare static things in any fn