serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
TaggedAlgebraic.opIndexAssign
funkwerk
stdx
data
json
taggedalgebraic
taggedalgebraic
TaggedAlgebraic
Enables index assignments on the stored value.
struct
TaggedAlgebraic
(U)
ref
auto ref
opIndexAssign
(
this
TA
ARGS
...
)
(
auto
ref
ARGS
args
)
if
(
hasOp
!(
TA
,
OpKind.indexAssign
, null,
ARGS
)
)
if
(
is
(
U
== union) ||
is
(
U
== struct)
||
is
(
U
== enum)
)
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 index assignments on the stored value.