https://issues.dlang.org/show_bug.cgi?id=21695

          Issue ID: 21695
           Summary: Add three-way comparison function to std.functional
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nob...@puremagic.com
          Reporter: snarwin+bugzi...@gmail.com

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.

--

Reply via email to