August 22, 2020
https://issues.dlang.org/show_bug.cgi?id=21187

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@NilsLankila created dlang/dmd pull request #11604 "fix issue 21187 - allow to alias directly `.tupleof`" fixing this issue:

- fix issue 21187 - allow to alias directly `.tupleof`

  It is actually not a good idea to use `.tupleof[index]` because the whole
tuple is regenerated for each use.
  But for now `alias id = T.tupleof` is not allowed which is odd.

https://github.com/dlang/dmd/pull/11604

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21187

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--