[phobos] expand for std.metastrings

Robert Jacques sandford at jhu.edu
Wed Nov 3 18:36:57 PDT 2010


On Wed, 03 Nov 2010 02:04:45 -0400, kenji hara <k.hara.pg at gmail.com> wrote:
> Paste my old code which creates tagged-union.
> Is this a example of strong argument?

Strong argument: no. Borderline argument: yes. Mainly it's ugly because  
it's an example from (I assume) a time before you knew strings could be  
multi-lined. Switch to using multi-line strings, and it cleans up rather  
nicely.

P.S. Does expansion of types work? i.e. q{$int} == "int".


More information about the phobos mailing list