RefCounted.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. RefCounted!(T) opAssign(RefCounted!(DT) rhs)
    struct RefCounted(T)
    ref
    static if(isClassOrIface!T)
    opAssign
    (
    DT
    )
    (
    const RefCounted!(DT) rhs
    )
    if (
    isAssignable!(T, DT)
    )
    if (
    !isArray!T
    )
  2. ref opAssign(RefCounted!(T) rhs)

Meta