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]
    struct RefCountedNoGC(T, RefCountedAutoInitialize autoInit = RefCountedAutoInitialize.yes)
    version(!StdDdoc)
    @property ref
    static if(autoInit == RefCountedAutoInitialize.yes)
    T
    refCountedPayload
    ()
    if (
    !is(T == class)
    )
  4. inout(T) refCountedPayload [@property getter]

Meta