template <typename T> T func(T t) { return t; }
auto func(auto t) { return t; } // same, "abbreviated"
C++ is often not as nice to type as D, or as Rust. That's backward compatibility for you. But having literally tens of billions of lines of code in production, and millions of programmers who know how to use it, counts for a lot.
C++:
D: orC++:
D: orC++:
D: Of course, you can use `array<int>` in C++, and all the above can be worked around, but it just is more work and doesn't look as good.