dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
TaggedAlgebraic.opIndex
taggedalgebraic
TaggedAlgebraic
Enables indexing operations on the stored value.
struct
TaggedAlgebraic
(U)
auto
opIndex
(
this
TA
ARGS
...
)
(
auto
ref
ARGS
args
)
if
(
hasOp
!(
TA
,
OpKind.index
, null,
ARGS
)
)
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 indexing operations on the stored value.