On Wednesday, 24 April 2013 at 02:18:07 UTC, Luís Marques wrote:
Consider:

    sort!("a > b")(array);


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

http://dlang.org/lex.html#TokenString

Reply via email to