RefCounted.refCountedStore

Returns storage implementation struct.

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

Meta

Suggestion Box / Bug Report