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)
  4. auto opCmp(uint rhs)
    struct Algebraic(_Types...)
    const
    static if(!(is(T == void)))
    static if(is(Unqual!T == bool))
    static if(contains!ulong && !contains!uint)
    opCmp
    ()
    (
    uint rhs
    )

Meta