Kristian wrote: > What if some other syntax would be used to define the order of static > ctors? > For example: > > import a, b, c; > > after a: before c: static this(); I don't think new syntax is justified because Frank's workaround handles the problem nicely.