mir-core ~master (2021-10-18T16:44:50Z)
Dub
Repo
LightConstOf
mir
qualifier
template
LightConstOf
(T)
template
LightConstOf (
T
) {
alias
LightConstOf
=
const
(
PointerTarget
!
T
)*
;
alias
LightConstOf
=
typeof
(
init
.
lightConst
())
;
}
template
LightImmutableOf
(T)
Members
Aliases
LightConstOf
alias
LightConstOf
=
const
(
PointerTarget
!
T
)*
Undocumented in source.
LightConstOf
alias
LightConstOf
=
typeof
(
init
.
lightConst
())
Undocumented in source.
Meta
Source
See Implementation
mir
qualifier
properties
lightConst
lightImmutable
lightScope
trustedImmutable
templates
LightConstOf
LightImmutableOf
LightScopeOf