Algebraic.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(Algebraic that)
  2. bool opEquals(Algebraic that)
    struct Algebraic(Types...)
    @safe pure const @trusted nothrow
    static if(allSatisfy!(isEquable, Types))
    static if(!(hasCommonType))
    bool
    opEquals
    ()
  3. bool opEquals(T that)

Meta