Is it true that if fnFoo(compile-time values) yields a certain (compile-time) value, then fnFoo(same values at execution time) yields the same value at execution time?
Suppose we have a function fnFoo, capable (under some
circumstances) of CTFE.
- CTFE question DLearner via Digitalmars-d-learn
- Re: CTFE question monkyyy via Digitalmars-d-learn
