RefCounted.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. RefCounted!(T, Atomic, Allocator) opAssign(RefCounted!(DT, Atomic, Allocator) rhs)
  2. ref opAssign(RefCounted!(T, Atomic, Allocator) rhs)
    struct RefCounted(T, bool Atomic = true, Allocator = Mallocator)
    ref @trusted
    static if(!(isClassOrIface!T))
    opAssign
    (
    const RefCounted!(T, Atomic, Allocator) rhs
    )
    if (
    isAllocator!Allocator &&
    !isArray!T
    )

Meta