alias of member from pointer to struct?

BCS ao at pathlink.com
Fri Apr 13 16:03:07 PDT 2007


should this work?

struct S
{
	int i;
}

S* s;

alias s.i foo;




More information about the Digitalmars-d-learn mailing list