aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
opDispatch.opDispatch
aurorafw
stdx
typecons
OptionalChain
opDispatch
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opDispatch
(Args args)
template
opDispatch
(string name)
static if
(
is(typeof(__traits(getMember, T, name)) == function)
)
auto
opDispatch
(
Args
...
)
(
auto
ref
Args
args
)
if
(
hasMember
!(
T
,
name
)
)
auto
opDispatch
(Args args)
template
opDispatch
(Ts...)
Meta
Source
See Implementation
aurorafw
stdx
typecons
OptionalChain
opDispatch
functions
opDispatch