RefCountedNoGC.this

Constructor that initializes the payload.

Postcondition: refCountedStore.isInitialized

struct RefCountedNoGC(T, RefCountedAutoInitialize autoInit = RefCountedAutoInitialize.yes)
this
(
A...
)
(
auto ref A args
)
if (
A.length > 0
)
if (
!is(T == class)
)

Meta