RefCounted.this

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

Meta