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 {
    ...
}

Reply via email to