Google's Go

Steven Schveighoffer schveiguy at yahoo.com
Mon Jan 25 07:14:05 PST 2010


On Mon, 25 Jan 2010 09:26:55 -0500, Steven Schveighoffer  
<schveiguy at yahoo.com> wrote:

>
> inout is applied to the hidden input parameter -- this:
>
> @property inout(C) inout {return _c; }

Wow, forgot the function name there :)

@property inout(C) c() inout {return _c;}

-Steve



More information about the Digitalmars-d mailing list