Documentation
Dlang.org
GyreD (source)
RefCountedTrusted.refCountedStore
eris
util
RefCountedTrusted
Accesses the refcounted store, usually to check if (or ensure that) it is initialized.
struct
RefCountedTrusted
(T, RefCountedAutoInitialize autoInit = RefCountedAutoInitialize.yes)
@
property
ref inout
inout
(
RefCountedStore
)
refCountedStore
(
)
if
(
!
is
(
T
== class) &&
!
(
is
(
T
== interface)
)
)
eris
util
RefCountedTrusted
destructors
~this
properties
refCountedPayload
refCountedStore
structs
RefCountedStore
Accesses the refcounted store, usually to check if (or ensure that) it is initialized.