Why doesn't std.algorithm.comparison.cmp support primitive types such as

    assert(cmp(0,1) == true);

?

Reply via email to