How can I make sure, that the calculations are done at compile time?
If you ever have doubts, you can always use something like this to check:
assert (__ctfe);
sarn via Digitalmars-d-learn Mon, 27 Feb 2017 16:26:36 -0800
How can I make sure, that the calculations are done at compile time?
If you ever have doubts, you can always use something like this to check:
assert (__ctfe);