taggedalgebraic ~master (2021-05-20T19:00:02Z)
Dub
Repo
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.