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