https://issues.dlang.org/show_bug.cgi?id=4113
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] --- Comment #4 from Nick Treleaven <[email protected]> --- 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. --
