Algebraic.opEquals

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

Meta