static property without return type

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Mar 17 15:11:07 PDT 2013


On 3/17/13, Artur Skawina <art.08.09 at gmail.com> wrote:
> That's because "auto ref" is a hack.
> IOW "auto ref" != "auto" + "ref", just as "static if" != "static" + "if".

Both auto and auto ref are documented features,  type inference with
any storage class is not a documented feature.


More information about the Digitalmars-d mailing list