The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
opDispatch.opDispatch
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
taggedalgebraic
taggedalgebraic
TaggedAlgebraic
opDispatch
functions
opDispatch
Enables the invocation of methods of the stored value.