- _get_value
inout(T) _get_value()
- _get_value
inout(T) _get_value()
- opAssign
ref opAssign(typeof(null) )
- opAssign
ref opAssign(typeof(this) rhs)
- opAssign
ref opAssign(ThisTemplate!Q rhs)
- opCmp
auto opCmp(ThisTemplate!Y rhs)
- opEquals
bool opEquals(typeof(null) )
bool opEquals(ThisTemplate!Y rhs)
- proxySwap
void proxySwap(typeof(this) rhs)
- toHash
size_t toHash()
Thread safe reference counting array.
This implementation supports class and struct (alias this) polymorphism.
__xdtor if any is used to destruct objects.
The implementation never adds roots into the GC.