RefCounted.this

Undocumented in source.
  1. this()
  2. this(PtrT ptr)
  3. this(PtrT ptr, Allocator alloc)
  4. this(RefCounted!(DT) rhs)
    struct RefCounted(T)
    @trusted
    static if(isClassOrIface!T)
    this
    (
    DT
    )
    (
    const RefCounted!(DT) rhs
    )
    if (
    isAssignable!(T, DT)
    )
    if (
    !isArray!T
    )

Meta