What is @return?

Benjamin Thaut via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jan 29 06:33:49 PST 2015


On Thursday, 29 January 2015 at 11:50:29 UTC, FG wrote:
>
>     @property auto info() @safe @nothrow @pure @return const { 
> return this; }
>
> It is mesmerizing...   (@ _ @)

And soon its gong to look like this:

export @property auto info() @safe @nothrow @pure @return const { 
return this; }


More information about the Digitalmars-d-learn mailing list