IWeakRef.opAssign

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

Meta