IWeakRef.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opAssign(THIS rv)
  2. void opAssign(SHARED rhs)
    struct IWeakRef(Allocator, T, bool Shared = true)
    void
    opAssign
    (
    SHARED
    )
    (
    auto ref SHARED rhs
    )
    if (
    is(SHARED == struct) &&
    SHARED.isSharedRef
    &&
    __traits(isSame, SHARED.Data, Data)
    )

Meta