- destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
- move
Unique!T move()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
Unique!T opAssign(Unique!DT rhs)
Undocumented in source.
- opAssign
Unique!T opAssign(Unique!DT rhs)
Undocumented in source.
- to
Unique!BT to()
Undocumented in source. Be warned that the author may not have intended to support it.
- toRefCounted
SiblingRefCounted toRefCounted()
Undocumented in source. Be warned that the author may not have intended to support it.
Unique memory owner, holds one instance of type T. Don't use it to hold built-in arrays, use custom array type instead. Deallocates in destructor.