mir_rci.opAssign

  1. ref opAssign(typeof(null) )
  2. ref opAssign(typeof(this) rhs)
  3. ref opAssign(mir_rci!Q rhs)
    struct mir_rci(T)
    ref scope return nothrow
    opAssign
    (
    Q
    )
    (
    return mir_rci!Q rhs
    )
    if (
    isImplicitlyConvertible!(Q*, T*)
    )

Meta