Mixin template parameters / mixin template literals

bearophile bearophileHUGS at lycos.com
Wed Apr 24 13:50:29 PDT 2013


Tove:

> how about?
> sort!(q{a > b})(array);

Today we usually write it this way:

array.sort!q{ a > b };

Bye,
bearophile


More information about the Digitalmars-d mailing list