- destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
- move
Unique!(T, Allocator) move()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
Unique!(T, Allocator) opAssign(Unique!(DT, Allocator) rhs)
Undocumented in source.
- opAssign
Unique!(T, Allocator) opAssign(Unique!(DT, Allocator) rhs)
Undocumented in source.
- to
Unique!(BT, Allocator) to()
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.