The OpenD Programming Language

Algebraic.opEquals

  1. bool opEquals(Algebraic rhs)
  2. bool opEquals(Algebraic rhs)
  3. bool opEquals(UnqualRec!T rhs)
  4. bool opEquals(UnqualRec!T rhs)
    struct Algebraic(T__...)
    scope @trusted const
    static if(!(is(T == void)))
    bool
    opEquals
    ()
    (
    scope const UnqualRec!T rhs
    )

Meta