[Issue 17266] pragma msg not condensing wstrings

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Mar 18 07:33:14 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17266

--- Comment #1 from TeddyBear12311 at 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.

--


More information about the Digitalmars-d-bugs mailing list