TaggedAlgebraic.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opEquals(T other)
  2. bool opEquals(TaggedAlgebraic other)
    struct TaggedAlgebraic(U)
    @safe inout
    bool
    opEquals
    if (
    is(U == union) ||
    is(U == struct)
    ||
    is(U == enum)
    )

Meta