Comment Re:High performance of C++ equal to D??? (Score 1) 404
But structs do not have the same treatment as classes.
No, they are value types. This is not a problem, it is a feature
Alias template parameters
C++ has typedef.
And D has alias (C++'s typedef) and strong typedefs, but this is something completely different than alias template parameters.