Algebraic.opCmp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opCmp(typeof(this) rhs)
  2. auto opCmp(T rhs)
  3. auto opCmp(int rhs)
    struct Algebraic(_Types...)
    const
    static if(!(is(T == void)))
    static if(is(Unqual!T == bool))
    static if(contains!long && !contains!int)
    opCmp
    ()
    (
    int rhs
    )
  4. auto opCmp(uint rhs)

Meta