serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
TaggedAlgebraic.opEquals
funkwerk
stdx
data
json
taggedalgebraic
taggedalgebraic
TaggedAlgebraic
Enables equality comparison with the stored value.
auto ref
opEquals
(T other)
struct
TaggedAlgebraic
(U)
ref
auto ref
opEquals
(
T
this
TA
)
(
auto
ref
T
other
)
if
(
!
is
(
Unqual
!
T
==
TaggedAlgebraic
) &&
hasOp
!(
TA
,
OpKind.binary
, "==",
T
)
)
if
(
is
(
U
== union) ||
is
(
U
== struct)
||
is
(
U
== enum)
)
bool
opEquals
(TaggedAlgebraic other)
Meta
Source
See Implementation
funkwerk
stdx
data
json
taggedalgebraic
taggedalgebraic
TaggedAlgebraic
aliases
Kind
Type
Union
UnionType
typeID
constructors
this
functions
opAssign
opBinary
opBinaryRight
opCall
opCast
opCmp
opEquals
opIndex
opIndexAssign
opOpAssign
opUnary
toHash
toString
properties
kind
templates
opDispatch
Enables equality comparison with the stored value.