Extended Type Design.
Andrei Alexandrescu (See Website For Email)
SeeWebsiteForEmail at erdani.org
Fri Mar 16 11:40:56 PDT 2007
Deewiant wrote:
[snip]
> In general, I do agree with your view, found elsewhere in the thread, that using
> existing keywords is best. That, or constructs like "scope (success)" where
> success isn't a keyword. I'm just currently a bit repelled by the pair "super
> const".
Well how about "real const" then :oD.
I think the good news is that you don't need to type it that often. You
type:
const char[] str = "Hi!";
and the compiler figures out the "super" part itself.
Andrei
More information about the Digitalmars-d
mailing list