Manifest constants - why not 'alias' ?
    Walter Bright 
    newshound1 at digitalmars.com
       
    Thu Dec  6 21:07:18 PST 2007
    
    
  
David Gileadi wrote:
> FWIW, alias makes the most sense to me out of the current crop of 
> suggestions.  To me it says that wherever I see the alias, it will be 
> replaced with whatever value the alias is for.  That seems to describe 
> manifest constants exactly.
Since there's already:
	alias X Y;
it would seem confusing to add:
	alias Y = X;
    
    
More information about the Digitalmars-d
mailing list