On 11/29/2012 1:47 AM, jerro wrote:
> It would work if some new way to force something to be evaluated at
> compile time would be added, like this:
>
> alias Y = i; // symbol alias
> alias Z = compiletime(i); // literal constant
or:
enum Z = i; // evaluated at compile time
<g>