Thread overview
[Issue 21187] `.tupleof` should be directly usable as alias
Aug 22, 2020
Dlang Bot
Dec 17, 2022
Iain Buclaw
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

--
December 13
https://issues.dlang.org/show_bug.cgi?id=21187

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/19776

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--