Day 80/100 100 Days of Code
I read and watched videos about constexpr. Constexpr is a fascinating concept. It is a specifier used to evaluate a value or a variable during compilation. This means it can be applied to both variables and functions/methods.
Using constexpr provides...
digitalcreations.hashnode.dev1 min read