RefCounted.this

Undocumented in source.
  1. this()
    struct RefCounted(T, bool Atomic = true, Allocator = Mallocator)
    @disable
    this
    ()
    if (
    isAllocator!Allocator &&
    !isArray!T
    )
  2. this(RefCounted!(DT, Atomic, Allocator) rhs)

Meta