I thought we could leave off ()

Brett Brett at gmail.com
Thu Oct 17 10:50:52 UTC 2019


			auto n = (){ return Z[0]; };
			

			n().X = X;


I'm trying to alias nodes away but alias n = Z[0]; fails.

Dropping () from n().X fails also.




More information about the Digitalmars-d-learn mailing list