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