member arguments in D?

carlos smith carlos-smith at sympatico.ca
Sun Apr 26 05:09:04 PDT 2009


"Penguin" <davidcollien at gmail.com> > 
> class Foo {
>   int a;
>   float b;
>   this( member a, member b ) {
>   } 
> }

Why the keyword ?

Why not just:   this(a,b) {  } ?







More information about the Digitalmars-d mailing list