mir_rcptr.opAssign

Assigns a null literal or another `mir_rcptr` instance to this `mir_rcptr`.

  1. ref opAssign(typeof(null) )
  2. ref opAssign(typeof(this) rhs)
    struct mir_rcptr(T)
    ref scope return @trusted
    opAssign
    (
    return typeof(this) rhs
    )
  3. ref opAssign(ThisTemplate!Q rhs)