Kenji Hara:
auto return is a little different with others. To infer return type, the method body is aggressively analyzed in compilation.
So that usage of "auto" sounds like something to avoid if you want D compiler to compile quickly a lot of code.
Bye, bearophile