RefCounted.this

Constructor that initializes the payload.

Postcondition: refCountedStore.isInitialized

  1. this(A args)
  2. this(T val)
    struct RefCounted(T, RefCountedAutoInitialize autoInit = RefCountedAutoInitialize.yes)
    this
    (
    T val
    )
    if (
    !is(T == class) &&
    !(is(T == interface))
    )

Meta

Suggestion Box / Bug Report