How Compilers Work
Nick Sabalausky
SeeWebsiteToContactMe at semitwist.com
Wed Sep 18 09:56:08 PDT 2013
On Wed, 18 Sep 2013 10:10:42 +0200
"Gary Willoughby" <dev at nomad.so> wrote:
> On Wednesday, 18 September 2013 at 06:11:44 UTC, Brian Schott
> wrote:
> > On Wednesday, 18 September 2013 at 05:23:03 UTC, Walter Bright
> > wrote:
> >> http://i.imgur.com/OnMc8HO.jpg
> >
> > Today I learned that
> >
> > mixin("*msg.base." ~ member ~ "_assign")(msg, value);
> >
> > is valid D syntax.
>
> Where is value used?
It's passed as the second argument to
*msg.base.whatever_assign(...etc...)
Or did I misunderstand the question?
More information about the Digitalmars-d
mailing list