controllerConstructorFormat

The format for controller constructors.

static if(isWebServer)
enum controllerConstructorFormat = "controller = new %s!%s(this);\r\n";

Meta