- opAssign
void opAssign(T o)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(Own!T o)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Own!T other)
Undocumented in source. Be warned that the author may not have intended to support it.
- toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
Owns the type T memory ensuring that it is not copyable and that T constructed memory is freed and T is destroyed at end of scope.