ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
StringMixinProxy.opDispatch
ae
utils
meta
proxy
StringMixinProxy
Undocumented in source.
auto ref
opDispatch
(Args args)
template
opDispatch
(string name)
ref
static if
(
is(typeof(mixin (targetPrefix ~ name)) == function)
)
auto ref
opDispatch
(
this
X
Args
...
)
(
auto
ref
Args
args
)
enum
opDispatch
;
auto ref
opDispatch
[@property getter]
V
opDispatch
[@property setter]
template
opDispatch
(T...)
Members
Functions
opDispatch
auto ref
opDispatch
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
opDispatch
enum
opDispatch
;
Undocumented in source.
Properties
opDispatch
auto ref
opDispatch
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
V
opDispatch
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Templates
opDispatch
template
opDispatch
(T...)
Undocumented in source.
Meta
Source
See Implementation
ae
utils
meta
proxy
StringMixinProxy
templates
opDispatch