"Nick Sabalausky" <[email protected]> wrote in message news:[email protected]... > "Andrei Alexandrescu" <[email protected]> wrote in message > news:[email protected]... >> Hello, >> >> >> I'm looking for a catchy phrase denoting this D idiom: >> >> template Blah(Stuff) >> { >> alias ... Blah; >> } >> > > Unitemplate?
...Unless you're talking specifically about an alias (as opposed to the general case of it being an alias or a const char[] or a function or a class, etc), in which case it should just be "alias template" to go along with "function template" and "class template".
