RefCounted.this

Undocumented in source.
  1. this()
  2. this(PtrT ptr)
  3. this(PtrT ptr, Allocator alloc)
    struct RefCounted(T)
    package
    static if(!(is(T == interface) || isAbstractClass!(T)))
    static if(!(!HoldsAllocator))
    this
    (,
    Allocator alloc
    )
    if (
    !isArray!T
    )
  4. this(RefCounted!(DT) rhs)

Meta