mir-core — Libmir Archive
Libmir Archive
API Reference Index
mir-core Guide
Dlang.org
lightConst
mir
qualifier
Returns a light const qualified version of the given type T, accessible as a property getter.
auto
lightConst
[@property getter]
@
property
auto
lightConst
(
T
)
(
auto
ref
const
T
v
)
if
(
!
is
(
T
:
P
*,
P
) &&
__traits(
hasMember
, const
T
, "lightConst")
)
auto
lightConst
[@property getter]
T
lightConst
[@property getter]
T
lightConst
[@property getter]
auto
lightConst
[@property getter]
auto
lightConst
[@property getter]
auto
lightConst
[@property getter]
auto
lightConst
[@property getter]
mir
qualifier
properties
lightConst
lightImmutable
lightScope
trustedImmutable
templates
LightConstOf
LightImmutableOf
LightScopeOf
Returns a light const qualified version of the given type T, accessible as a property getter.