www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18754] New: Type sequence instantiation missing from language

https://issues.dlang.org/show_bug.cgi?id=18754

          Issue ID: 18754
           Summary: Type sequence instantiation missing from language
                    specification
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dlang.org
          Assignee: nobody puremagic.com
          Reporter: snarwin+bugzilla gmail.com

Type sequence instantiation is a special declaration syntax, documented here:

  https://dlang.org/articles/ctarguments.html#type-seq-instantiation

It should be documented in the language specification, most likely in the
section about template sequence parameters [1] or in the section about
declarations. [2]

[1] https://dlang.org/spec/template.html#variadic-templates
[2] https://dlang.org/spec/declaration.html

--
Apr 10 2018