Mutable

Undocumented in source.

Constructors

this
this(T theMutable)
Undocumented in source.
this
this(A alloc, T theMutable)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

LocalAllocT
alias LocalAllocT = AffixAllocator!(RCIAllocator, RefCountedMutable)
Undocumented in source.
SharedAllocT
alias SharedAllocT = AffixAllocator!(RCISharedAllocator, RefCountedMutable)
Undocumented in source.

Functions

addRef
void addRef(SupportQ support)
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto ref get()
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto ref opAssign(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta