initializer list like in C++?

Hoenir mrmocool at gmx.de
Tue Jul 24 05:34:29 PDT 2007


Is there anything like the initializer list (C++) in D?

class Test {
	int x;
	Test(int y):x(y){};
}


More information about the Digitalmars-d-learn mailing list