ISharedRef.this

Undocumented in source.
  1. this(ValueType ptr)
  2. this(ValueType ptr, Deleter deleter)
  3. this(Alloc alloc, ValueType ptr)
  4. this(Alloc alloc, ValueType ptr, Deleter deleter)
  5. this(WEAK wptr)
    struct ISharedRef(Allocator, T, bool Shared = true)
    this
    (
    WEAK
    )
    (
    auto ref WEAK wptr
    )
    if (
    is(WEAK == struct) &&
    WEAK.isWeakRef
    &&
    __traits(isSame, WEAK.Data, Data)
    )

Meta