Constants, Aliases

nazo lovesyao at gmail.com
Thu Dec 14 02:32:19 PST 2006


Expressions! Expressions!  (/ ~.)/

I think that the exchange of parameters of alias is necessary from:
   alias (x*2) exp;
to:
   alias exp=x*2;

And I need alias arguments as syntax sugar like:
   alias(alias i) exp=i*2;
same as:
   template exp(alias i){
     alias exp=i*2;
   }

#sorry for my poor English.



More information about the Digitalmars-d mailing list