Re: member arguments in D? (solution for Phobos

2009-04-26 Thread downs
Nick Sabalausky wrote: > "Daniel Keep" wrote in message > news:gt159p$1bq...@digitalmars.com... >> >> Penguin wrote: >>> What do you think about: >>> >>> class Foo { >>> >>>int a; >>>float b; >>> >>>this( member a, member b ) { >>> >>>} >>> >>> } >>> >>> instead of: >>> >>> class

Re: member arguments in D? (solution for Phobos

2009-04-26 Thread DisForDave
downs Wrote: > Nick Sabalausky wrote: > > "Daniel Keep" wrote in message > > news:gt159p$1bq...@digitalmars.com... > >> > >> Penguin wrote: > >>> What do you think about: > >>> > >>> class Foo { > >>> > >>>int a; > >>>float b; > >>> > >>>this( member a, member b ) { > >>> > >>>}

Re: member arguments in D? (solution for Phobos

2009-04-26 Thread downs
DisForDave wrote: > downs Wrote: > >> Nick Sabalausky wrote: >>> "Daniel Keep" wrote in message >>> news:gt159p$1bq...@digitalmars.com... Penguin wrote: > What do you think about: > > class Foo { > >int a; >float b; > >this( member a, member b ) {