https://issues.dlang.org/show_bug.cgi?id=17266
--- Comment #1 from [email protected] --- 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. --
