dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
TaggedAlgebraic.opBinary
taggedalgebraic
TaggedAlgebraic
Enables the use of binary operators with the stored value.
struct
TaggedAlgebraic
(U)
auto
opBinary
(
string
op
T
this
TA
)
(
auto
ref
T
other
)
if
(
hasOp
!(
TA
,
OpKind.binary
,
op
,
T
)
)
if
(
is
(
U
== union) ||
is
(
U
== struct)
)
Meta
Source
See Implementation
taggedalgebraic
TaggedAlgebraic
aliases
Kind
Type
Union
functions
opBinary
opBinaryRight
opCall
opCast
opCmp
opDispatch
opEquals
opIndex
opIndexAssign
opOpAssign
opUnary
toString
properties
kind
Enables the use of binary operators with the stored value.