Algebraic.opCmp

  1. auto opCmp(typeof(this) rhs)
    struct Algebraic(_Types...)
    const @trusted
    static if(is(AllowedTypes == _Types))
    opCmp
    ()
    (
    auto ref const typeof(this) rhs
    )
  2. auto opCmp(T rhs)
  3. auto opCmp(int rhs)
  4. auto opCmp(uint rhs)

Meta