Attribute inference for auto functions?

Piotr Szturmaj bncrbme at jadamspam.pl
Wed Apr 17 01:31:08 PDT 2013


W dniu 16.04.2013 17:22, Andrei Alexandrescu pisze:
> There's a discussion that may be of interest to the larger community:
> https://github.com/D-Programming-Language/dmd/pull/1877

On demand inference FTW!

void fn() auto {
     ...
}

auto fn() auto {
     ...
}



More information about the Digitalmars-d mailing list