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