RefCountedTrusted.refCountedStore

Accesses the refcounted store, usually to check if (or ensure that) it is initialized.

struct RefCountedTrusted(T, RefCountedAutoInitialize autoInit = RefCountedAutoInitialize.yes)
@property ref inout
refCountedStore
()
if (
!is(T == class) &&
!(is(T == interface))
)