On Sunday, 8 December 2013 at 06:58:59 UTC, Marco Leise wrote: > But the verbose D syntax is just too distracting: > bool function(T a, T b) { return a > b; }) I think you mean "the verbose D syntax:" (a, b) { return a > b; }