aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
OptionalChain.opDispatch
aurorafw
stdx
typecons
OptionalChain
Undocumented in source.
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...)
Members
Functions
opDispatch
auto
opDispatch
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto
opDispatch
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Templates
opDispatch
template
opDispatch
(Ts...)
Undocumented in source.
Meta
Source
See Implementation
aurorafw
stdx
typecons
OptionalChain
constructors
this
functions
toString
templates
opDispatch
variables
value