phobos icon indicating copy to clipboard operation
phobos copied to clipboard

Add three-way comparison function to std.functional

Open dlangBugzillaToGithub opened this issue 4 years ago • 0 comments

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.

dlangBugzillaToGithub avatar Mar 10 '21 00:03 dlangBugzillaToGithub