RefCountedNoGC.refCountedPayload

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T refCountedPayload [@property getter]
  2. inout(T) refCountedPayload [@property getter]
  3. T refCountedPayload [@property getter]
  4. inout(T) refCountedPayload [@property getter]
    struct RefCountedNoGC(T, RefCountedAutoInitialize autoInit = RefCountedAutoInitialize.yes)
    version(!StdDdoc)
    @property nothrow @safe ref inout
    inout(T)
    refCountedPayload
    ()
    if (
    !is(T == class)
    )

Meta