serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
opDispatch.opDispatch
funkwerk
stdx
data
json
taggedalgebraic
taggedalgebraic
TaggedAlgebraic
opDispatch
Enables accessing properties/fields of the stored value.
auto ref
opDispatch
(ARGS args)
ARGS
opDispatch
[@property setter]
template
opDispatch
(string name)
@
property
ref
auto ref
opDispatch
(
this
TA
ARGS
...
)
(
auto
ref
ARGS
args
)
if
(
hasOp
!(
TA
,
OpKind.field
,
name
,
ARGS
) &&
!
hasOp
!(
TA
,
OpKind.method
,
name
,
ARGS
)
)
if
(
hasAnyMember
!(
TaggedAlgebraic
,
name
)
)
Meta
Source
See Implementation
funkwerk
stdx
data
json
taggedalgebraic
taggedalgebraic
TaggedAlgebraic
opDispatch
functions
opDispatch
Enables accessing properties/fields of the stored value.