On 9/9/11, bearophile <bearophileHUGS at lycos.com> wrote: > > private class Foo {} > immutable Foo foo1; > > static this() { > foo1 = new immutable(Foo); > } Oh right, that's the syntax. Thanks!