On Friday, January 25, 2013 23:04:58 Rob T wrote:
> On Friday, 25 January 2013 at 21:51:14 UTC, mist wrote:
> > 2 cents regarding your position on "@property" usage in phobos:
> >
> > 1) You can always use shorter syntax:
> > @property:
> > int func1();
> > int func2();
> > ...
>
> This already works
>
> @property {
> int func1();
> int func2();
> }They both already work and have do so for ages. - Jonathan M Davis
