ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
SubProxy.SubProxy
ae
utils
meta
proxy
SubProxy
Undocumented in source.
template
SubProxy
(alias S, string exp)
deprecated
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