- opAssign
RefCounted!(T, Atomic, Allocator) opAssign(RefCounted!(DT, Atomic, Allocator) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
ref opAssign(RefCounted!(T, Atomic, Allocator) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- to
RefCounted!(BT, Atomic, Allocator) to()
Undocumented in source. Be warned that the author may not have intended to support it.
Reference-counting memory owner, holds one shared instance of type T. Don't use it to hold built-in arrays, use custom array type instead. Deallocates in destructor, when reference count is zero.