ISharedRef.opAssign

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

Meta