Extended Type Design.

Andrei Alexandrescu (See Website For Email) SeeWebsiteForEmail at erdani.org
Fri Mar 16 14:03:13 PDT 2007


Sean Kelly wrote:
> For what it's worth, I like: 'final', 'view', and 'const' the best. 
> They're all short and meaningful, given the intent for each.

The problem with 'view' is that it's a noun, while final and const are 
adjectives. It's very awkward to use 'view':

view int * p = &x; // huh?

Andrei



More information about the Digitalmars-d mailing list