On Saturday, 2 May 2015 at 08:29:11 UTC, Per Nordlöw wrote:
Why doesn't std.algorithm.comparison.cmp support primitive types such asassert(cmp(0,1) == true); ?
Correction if mean assert(cmp(0,1) == -1);
On Saturday, 2 May 2015 at 08:29:11 UTC, Per Nordlöw wrote:
Why doesn't std.algorithm.comparison.cmp support primitive types such asassert(cmp(0,1) == true); ?
Correction if mean assert(cmp(0,1) == -1);