On Tuesday, 5 April 2016 at 16:56:15 UTC, Jack Stouffer wrote:
Tuple and AliasSeq are library types, so the chance that they will be added into the language is slim to none.

Yes on Tuple, but AliasSeq actually is in the language (just unnamed there, it is what you get with T... in a template argument list) and isn't actually a type at all. It is just a list of compile time names.

Reply via email to