[Issue 18754] New: Type sequence instantiation missing from language specification
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Apr 10 20:27:57 UTC 2018
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 at puremagic.com
Reporter: snarwin+bugzilla at 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
--
More information about the Digitalmars-d-bugs
mailing list