The OpenD Programming Language

mir_slim_rcptr.opAssign

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

Meta