ISharedRef.rest

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void rest()
  2. void rest(ValueType ptr)
  3. void rest(ValueType ptr, Deleter deleter)
  4. void rest(Alloc alloc, ValueType ptr)
    struct ISharedRef(Allocator, T, bool Shared = true)
    pragma(inline, true)
    static if(!(isSaticAlloc))
    void
    rest
    ()
  5. void rest(Alloc alloc, ValueType ptr, Deleter deleter)

Meta