Random D geekout

Dmitry Olshansky dmitry.olsh at gmail.com
Sat Apr 21 09:38:47 PDT 2012


On 21.04.2012 18:41, H. S. Teoh wrote:
[snip]
> How do I make it module-global without being compile-time evaluated??
>
>

No idea ;)

But as a workaround:

Global blah;

static this(){
	blah = ...;
}

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list