RefCounted.opAssign

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

Meta