ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
ScopeProxy.ScopeProxy
ae
utils
meta
proxy
ScopeProxy
Undocumented in source.
template
ScopeProxy
(alias a)
deprecated
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.
Mixed In Members
From
mixin
StringMixinProxy
!
q{
__traits
(
child
,
_scopeProxy
,
a
).
}
opDispatch
template
opDispatch
(string name)
Undocumented in source.
Meta
Source
See Implementation
ae
utils
meta
proxy
ScopeProxy
aliases
R
S
structs
ScopeProxy