ae v0.0.2502 (2019-12-15T20:24:35Z)
Home
Dub
Repo
ScopeProxy.ScopeProxy
ae
utils
meta
proxy
ScopeProxy
Undocumented in source.
template
ScopeProxy
(alias a)
struct
ScopeProxy {
R
_scopeProxy
;
this
(R s);
mixin
StringMixinProxy
!
q{
__traits
(
child
,
_scopeProxy
,
a
).
}
;
}
Constructors
this
this
(R s)
Undocumented in source.
Members
Mixins
__anonymous
mixin
StringMixinProxy
!
q{
__traits
(
child
,
_scopeProxy
,
a
).
}
Undocumented in source.
Variables
_scopeProxy
R
_scopeProxy
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
meta
proxy
ScopeProxy
aliases
R
S
structs
ScopeProxy