Algebraic.opEquals

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

Meta