dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
TaggedAlgebraic.opUnary
taggedalgebraic
TaggedAlgebraic
Enables the use of unary operators with the stored value.
struct
TaggedAlgebraic
(U)
auto
opUnary
(
string
op
this
TA
)
(
)
if
(
hasOp
!(
TA
,
OpKind.unary
,
op
)
)
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 unary operators with the stored value.