Module Initializers


	module foo;

	import bar;

	static this()
	{
		... initialization code ...
	}