serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
TaggedAlgebraic.opBinaryRight
funkwerk
stdx
data
json
taggedalgebraic
taggedalgebraic
TaggedAlgebraic
Enables the use of binary operators with the stored value.
auto ref
opBinaryRight
(T other)
struct
TaggedAlgebraic
(U)
ref
auto ref
opBinaryRight
(
string
op
T
this
TA
)
(
auto
ref
T
other
)
if
(
hasOp
!(
TA
,
OpKind.binaryRight
,
op
,
T
) &&
!
isInstanceOf
!(
TaggedAlgebraic
,
T
)
)
if
(
is
(
U
== union) ||
is
(
U
== struct)
||
is
(
U
== enum)
)
auto ref
opBinaryRight
(T 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 the use of binary operators with the stored value.