[Issue 4113] std.typetuple, std.typecons, TypeTuple, Tuple, tuple names
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Nov 10 10:20:34 PST 2014
https://issues.dlang.org/show_bug.cgi?id=4113
Nick Treleaven <ntrel-pub at mybtinternet.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ntrel-pub at mybtinternet.com
Assignee|nobody at puremagic.com |ntrel-pub at mybtinternet.com
--- Comment #4 from Nick Treleaven <ntrel-pub at mybtinternet.com> ---
I've started work on moving std.typetuple to std.meta.list, as part of DIP 54:
http://wiki.dlang.org/DIP54
Will make a pull soon.
For the symbol name, I think the 'Template' in TemplateArgumentList is
redundant because there's always a '!' after the symbol, e.g.
TemplateArgumentList!int, so the reader knows it's a template. I suggest we use
just ArgumentList or ArgList. It's still descriptive, and we need a short name
(e.g. for easy use in unittests) otherwise everyone will just alias it
differently.
I think the web docs can be handled separately with Issue 1945.
--
More information about the Digitalmars-d-bugs
mailing list