mir_slim_rcptr.opAssign

Assigns null to the slim reference-counted pointer and returns a reference to itself.

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