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)
  3. bool opEquals(T that)
    struct Algebraic(Types...)
    @safe pure const @trusted nothrow
    static if(allSatisfy!(isEquable, Types))
    bool
    opEquals
    (
    T
    )
    (
    in T that
    )

Meta