July 18, 2022
https://issues.dlang.org/show_bug.cgi?id=18754

Paul Backus <snarwin+bugzilla@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Paul Backus <snarwin+bugzilla@gmail.com> ---
The section on "Sequence Parameters" now includes a paragraph documenting this feature:

> A TypeSeq can similarly be used to declare variables. Parameters or variables declared with a TypeSeq are called an lvalue sequence.

--