gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
TaggedAlgebraic.opEquals
gfx
decl
sdlang
taggedalgebraic
TaggedAlgebraic
Enables equality comparison with the stored value.
struct
TaggedAlgebraic
(U)
auto
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)
)
Meta
Source
See Implementation
gfx
decl
sdlang
taggedalgebraic
TaggedAlgebraic
aliases
Kind
Type
Union
typeID
constructors
this
destructors
~this
functions
opAssign
opBinary
opBinaryRight
opCall
opCast
opCmp
opDispatch
opEquals
opIndex
opIndexAssign
opOpAssign
opUnary
toString
postblits
this(this)
properties
kind
Enables equality comparison with the stored value.