Function TaggedAlgebraic.opEquals
Enables equality comparison with the stored value.
ref auto opEquals(T, TA)
(
auto ref T other
)
if (is(Unqual!T == TaggedAlgebraic) || hasOp!(TA, OpKind .binary, "==", T));