__lazilyInitializedConstant

Undocumented in source. Be warned that the author may not have intended to support it.
@property pure
T
__lazilyInitializedConstant
(
T
alias outOfBandValue
alias initializer
)
()
if (
is(Unqual!T : T) &&
is(typeof(initializer()) : T)
&&
is(typeof(outOfBandValue) : T)
)

Meta