Commit graph

3 commits

Author SHA1 Message Date
Vyacheslav Egorov
ed70fd019a Apply the alternative that allows single element type pack parameter assignment to a type argument
Added an additional note on type pack element extraction.
2021-10-14 18:12:23 +03:00
Vyacheslav Egorov
7237cd6e98 Add support for explicit type pack syntax in type parameter list
Also, `type A = X` is no longer allowed when X expects a type pack. Instead, support for `X<>` syntax is proposed.
Alternatives section is reworked to talk about explicit type pack syntax and no longer mentions the `type A = X<>` question.
2021-10-13 16:54:50 +03:00
Vyacheslav Egorov
130d22ca10 RFC: Type alias type packs 2021-10-06 21:59:00 +03:00