rename this to ctor

Trass3r mrmocool at gmx.de
Wed Apr 1 07:59:41 PDT 2009


Walter Bright schrieb:
> Instead, you can do this:
> 
> class inherit : base
> {
>     ctor(int i) { }
>     ctor() { super(); }
> }

Yeah, don't unnecessarily bloat the language. D2 already has a freaking 
huge amount of features.



More information about the Digitalmars-d mailing list