https://issues.dlang.org/show_bug.cgi?id=15767
Issue ID: 15767
Summary: Why isn't there a deprecation plan for TypeTuple?
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
I read that TypeTuple is an alternate name for AliasSeq for legacy
compatibility.
https://github.com/D-Programming-Language/phobos/blob/master/std/typetuple.d
If it's legacy, why is there no @deprecated and no deprecation plan for
std.typetuple?
--