The OpenD Programming Language

mir_slim_rcptr.opAssign

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

Meta