On Thursday, 11 September 2014 at 21:28:59 UTC, Colin wrote:
Using the "alias x this" solution would work, but my actual struct is not a simple struct, so the comparison isn't exactly (a.x < b.x).

You could always override opCmp as well:

http://dlang.org/operatoroverloading.html#compare

Reply via email to