RefCounted.this

Constructor that initializes the payload.

Postcondition: refCountedStore.isInitialized

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

Meta

Suggestion Box / Bug Report