How efficient is typeof
when dealing with complex expressions?
Specifically, in the two cases:
complex expressions that consist entirely of constant parts needing no CTFE to evaluate
complex expressions that need to
mixin()
a CTFE'ed string.
I don't know if it's fundamentally different but those are the two cases that concern me.