phobos
phobos copied to clipboard
Add three-way comparison function to std.functional
snarwin+bugzilla (@pbackus) reported this on 2021-03-10T00:54:57Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=21695
Description
std.functional already contains the two-way comparison functions lessThan, greaterThan, and equalTo. Since D supports three-way comparison natively via opCmp, it should have a three-way comparison function too.