Algebraic.opCmp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opCmp(Algebraic that)
  2. int opCmp(U that)
    struct Algebraic(Types...)
    @safe pure const @trusted
    static if(allSatisfy!(isComparable, Types))
    int
    opCmp
    (
    U
    )
    (
    in U that
    )

Meta