ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
SubProxy.SubProxy
ae
utils
meta
proxy
SubProxy
Undocumented in source.
template
SubProxy
(alias S, string exp)
struct
SubProxy {
R
_subProxy
;
this
(R s);
mixin
StringMixinProxy
!(
q{
_subProxy
.
}
~
exp
)
;
}
Constructors
this
this
(R s)
Undocumented in source.
Members
Mixins
__anonymous
mixin
StringMixinProxy
!(
q{
_subProxy
.
}
~
exp
)
Undocumented in source.
Variables
_subProxy
R
_subProxy
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
meta
proxy
SubProxy
aliases
R
structs
SubProxy