mir-core — Libmir Archive
Libmir Archive
API Reference Index
mir-core Guide
Dlang.org
lightConst
mir
qualifier
Provides a property getter that applies the lightConst qualifier to a type.
auto
lightConst
[@property getter]
auto
lightConst
[@property getter]
T
lightConst
[@property getter]
T
lightConst
[@property getter]
@
property
T
lightConst
(
T
)
(
auto
ref
immutable
T
e
)
if
(
!
isDynamicArray
!
T
&&
isImplicitlyConvertible
!(immutable
T
,
T
)
&&
!__traits(
hasMember
, immutable
T
, "lightConst")
)
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
Provides a property getter that applies the lightConst qualifier to a type.