mir-core ~master (2021-10-18T16:44:50Z)
Dub
Repo
LightScopeOf.LightScopeOf
mir
qualifier
LightScopeOf
Undocumented in source.
alias
LightScopeOf
=
T
alias
LightScopeOf
=
typeof
(
T
.
init
.
lightScope
())
template
LightScopeOf
(T)
static if
(!(
isPointer!T
))
static if
(
__traits(hasMember, T, "lightScope")
)
alias
LightScopeOf
=
typeof
(
T.init.lightScope
())
alias
LightScopeOf
=
LightImmutableOf
!
T
alias
LightScopeOf
=
LightConstOf
!
T
alias
LightScopeOf
=
T
Meta
Source
See Implementation
mir
qualifier
LightScopeOf
aliases
LightScopeOf