March 18, 2017
https://issues.dlang.org/show_bug.cgi?id=17266

--- Comment #1 from TeddyBear12311@gmail.com ---
It might be nice also to have a reduced syntax for Tuple!(having tuples of tuples of tuples becomes quite messy and makes the strings/output very long).

instead of

[Tuple("wchar")]
we get

[{"wchar"}]

where {} are used to represent a tuple. If {} is not good enough(conflicts with
something else), then <>, T{}, T(), or something similar can be used.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--